evtgen is hosted by Hepforge, IPPP Durham
EvtGen  2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
EvtValError.cpp File Reference
#include "EvtGenBase/EvtValError.hh"
#include "EvtGenBase/EvtPatches.hh"
#include <assert.h>
#include <iostream>
#include <math.h>

Go to the source code of this file.

Functions

EvtValError operator * (const EvtValError &x1, const EvtValError &x2)
 
EvtValError operator/ (const EvtValError &x1, const EvtValError &x2)
 
EvtValError operator+ (const EvtValError &x1, const EvtValError &x2)
 
EvtValError operator * (const EvtValError &x, double c)
 
EvtValError operator * (double c, const EvtValError &x)
 
ostream & operator<< (ostream &os, const EvtValError &other)
 

Function Documentation

◆ operator *() [1/3]

EvtValError operator * ( const EvtValError x1,
const EvtValError x2 
)

Definition at line 135 of file EvtValError.cpp.

◆ operator *() [2/3]

EvtValError operator * ( const EvtValError x,
double  c 
)

Definition at line 156 of file EvtValError.cpp.

◆ operator *() [3/3]

EvtValError operator * ( double  c,
const EvtValError x 
)

Definition at line 163 of file EvtValError.cpp.

◆ operator+()

EvtValError operator+ ( const EvtValError x1,
const EvtValError x2 
)

Definition at line 149 of file EvtValError.cpp.

◆ operator/()

EvtValError operator/ ( const EvtValError x1,
const EvtValError x2 
)

Definition at line 142 of file EvtValError.cpp.

◆ operator<<()

ostream& operator<< ( ostream &  os,
const EvtValError other 
)

Definition at line 170 of file EvtValError.cpp.