StRoot
1
|
Public Member Functions | |
EvtGammaMatrix (const EvtGammaMatrix &gm) | |
EvtGammaMatrix & | operator= (const EvtGammaMatrix &gm) |
void | init () |
EvtGammaMatrix & | operator+= (const EvtGammaMatrix &g) |
EvtGammaMatrix & | operator-= (const EvtGammaMatrix &g) |
EvtGammaMatrix & | operator*= (const EvtGammaMatrix &g) |
Static Public Member Functions | |
static const EvtGammaMatrix & | g (int) |
static const EvtGammaMatrix & | g0 () |
static const EvtGammaMatrix & | g1 () |
static const EvtGammaMatrix & | g2 () |
static const EvtGammaMatrix & | g3 () |
static const EvtGammaMatrix & | g5 () |
static const EvtGammaMatrix & | id () |
static const EvtGammaMatrix & | va0 () |
static const EvtGammaMatrix & | va1 () |
static const EvtGammaMatrix & | va2 () |
static const EvtGammaMatrix & | va3 () |
static const EvtGammaMatrix & | v0 () |
static const EvtGammaMatrix & | v1 () |
static const EvtGammaMatrix & | v2 () |
static const EvtGammaMatrix & | v3 () |
static const EvtGammaMatrix & | sigmaUpper (unsigned int mu, unsigned int nu) |
static const EvtGammaMatrix & | sigmaLower (unsigned int mu, unsigned int nu) |
Friends | |
EvtGammaMatrix | operator* (const EvtComplex &c, const EvtGammaMatrix &g) |
EvtGammaMatrix | operator* (const EvtGammaMatrix &g, const EvtComplex &c) |
EvtGammaMatrix | operator/ (const EvtGammaMatrix &g, const double d) |
EvtDiracSpinor | operator* (const EvtGammaMatrix &g, const EvtDiracSpinor &d) |
EvtGammaMatrix | operator+ (const EvtGammaMatrix &g1, const EvtGammaMatrix &g2) |
EvtGammaMatrix | operator- (const EvtGammaMatrix &g1, const EvtGammaMatrix &g2) |
EvtGammaMatrix | operator* (const EvtGammaMatrix &g1, const EvtGammaMatrix &g2) |
std::ostream & | operator<< (std::ostream &s, const EvtGammaMatrix &v) |
EvtDiracSpinor | EvtDiracSpinor::adjoint () const |
Definition at line 38 of file EvtGammaMatrix.hh.