|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include "EvtGenBase/EvtGammaMatrix.hh"#include "EvtGenBase/EvtComplex.hh"#include "EvtGenBase/EvtDiracSpinor.hh"#include "EvtGenBase/EvtReport.hh"#include "EvtGenBase/EvtTensor4C.hh"#include "EvtGenBase/EvtVector4C.hh"#include <assert.h>#include <iostream>#include <math.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| EvtGammaMatrix | operator* (const EvtGammaMatrix &g, const EvtComplex &c) |
| EvtGammaMatrix | operator* (const EvtComplex &c, const EvtGammaMatrix &g) |
| ostream & | operator<< (ostream &s, const EvtGammaMatrix &g) |
| EvtDiracSpinor | operator* (const EvtGammaMatrix &g, const EvtDiracSpinor &d) |
| EvtGammaMatrix operator* | ( | const EvtComplex & | c, |
| const EvtGammaMatrix & | g ) |
Definition at line 54 of file EvtGammaMatrix.cpp.
| EvtGammaMatrix operator* | ( | const EvtGammaMatrix & | g, |
| const EvtComplex & | c ) |
Definition at line 49 of file EvtGammaMatrix.cpp.
| EvtDiracSpinor operator* | ( | const EvtGammaMatrix & | g, |
| const EvtDiracSpinor & | d ) |
Definition at line 539 of file EvtGammaMatrix.cpp.
| ostream & operator<< | ( | ostream & | s, |
| const EvtGammaMatrix & | g ) |
Definition at line 69 of file EvtGammaMatrix.cpp.