BOSS 7.0.3
BESIII Offline Software System
|
Go to the source code of this file.
Functions | |
EvtRaritaSchwinger | rotateEuler (const EvtRaritaSchwinger &rs, double alpha, double beta, double gamma) |
EvtRaritaSchwinger | boostTo (const EvtRaritaSchwinger &rs, const EvtVector4R p4) |
EvtRaritaSchwinger | boostTo (const EvtRaritaSchwinger &rs, const EvtVector3R boost) |
ostream & | operator<< (ostream &s, const EvtRaritaSchwinger &rs) |
EvtRaritaSchwinger | dirProd (EvtVector4R v, EvtDiracSpinor u) |
EvtRaritaSchwinger | dirProd (EvtVector4C v, EvtDiracSpinor u) |
EvtComplex | operator* (const EvtRaritaSchwinger &u1, const EvtRaritaSchwinger &u2) |
EvtRaritaSchwinger | operator+ (const EvtRaritaSchwinger &u1, const EvtRaritaSchwinger &u2) |
EvtRaritaSchwinger | operator- (const EvtRaritaSchwinger &u1, const EvtRaritaSchwinger &u2) |
EvtRaritaSchwinger boostTo | ( | const EvtRaritaSchwinger & | rs, |
const EvtVector3R | boost | ||
) |
Definition at line 49 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger boostTo | ( | const EvtRaritaSchwinger & | rs, |
const EvtVector4R | p4 | ||
) |
Definition at line 40 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger dirProd | ( | EvtVector4C | v, |
EvtDiracSpinor | u | ||
) |
Definition at line 207 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger dirProd | ( | EvtVector4R | v, |
EvtDiracSpinor | u | ||
) |
Definition at line 190 of file EvtRaritaSchwinger.cc.
Referenced by EvtRaritaSchwingerParticle::init(), and EvtRaritaSchwingerParticle::rotateToHelicityBasis().
EvtComplex operator* | ( | const EvtRaritaSchwinger & | u1, |
const EvtRaritaSchwinger & | u2 | ||
) |
Definition at line 224 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger operator+ | ( | const EvtRaritaSchwinger & | u1, |
const EvtRaritaSchwinger & | u2 | ||
) |
Definition at line 255 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger operator- | ( | const EvtRaritaSchwinger & | u1, |
const EvtRaritaSchwinger & | u2 | ||
) |
Definition at line 275 of file EvtRaritaSchwinger.cc.
ostream & operator<< | ( | ostream & | s, |
const EvtRaritaSchwinger & | rs | ||
) |
Definition at line 140 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger rotateEuler | ( | const EvtRaritaSchwinger & | rs, |
double | alpha, | ||
double | beta, | ||
double | gamma | ||
) |
Definition at line 31 of file EvtRaritaSchwinger.cc.