|
BOSS 8.0.0
BESIII Offline Software System
|
#include "EvtComplex.hh"#include "EvtDiracSpinor.hh"#include "EvtVector4C.hh"#include "EvtVector4R.hh"Go to the source code of this file.
Classes | |
| class | EvtRaritaSchwinger |
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) |
| EvtRaritaSchwinger | dirProd (EvtVector4R v, EvtDiracSpinor u) |
| EvtRaritaSchwinger | dirProd (EvtVector4C v, EvtDiracSpinor u) |
| EvtRaritaSchwinger | conj (const EvtRaritaSchwinger &u2) |
| EvtRaritaSchwinger | operator+ (const EvtRaritaSchwinger &u1, const EvtRaritaSchwinger &u2) |
| EvtRaritaSchwinger | operator- (const EvtRaritaSchwinger &u1, const EvtRaritaSchwinger &u2) |
| EvtComplex | operator* (const EvtRaritaSchwinger &u1, const EvtRaritaSchwinger &u2) |
| EvtRaritaSchwinger boostTo | ( | const EvtRaritaSchwinger & | rs, |
| const EvtVector3R | boost ) |
Definition at line 47 of file EvtRaritaSchwinger.cc.
| EvtRaritaSchwinger boostTo | ( | const EvtRaritaSchwinger & | rs, |
| const EvtVector4R | p4 ) |
Definition at line 46 of file EvtRaritaSchwinger.cc.
| EvtRaritaSchwinger conj | ( | const EvtRaritaSchwinger & | u2 | ) |
| EvtRaritaSchwinger dirProd | ( | EvtVector4C | v, |
| EvtDiracSpinor | u ) |
Definition at line 50 of file EvtRaritaSchwinger.cc.
| EvtRaritaSchwinger dirProd | ( | EvtVector4R | v, |
| EvtDiracSpinor | u ) |
Definition at line 49 of file EvtRaritaSchwinger.cc.
Referenced by EvtRaritaSchwingerParticle::init(), EvtRaritaSchwingerParticle::rotateToHelicityBasis(), and EvtRaritaSchwingerParticle::rotateToHelicityBasis().
| EvtComplex operator* | ( | const EvtRaritaSchwinger & | u1, |
| const EvtRaritaSchwinger & | u2 ) |
Definition at line 57 of file EvtRaritaSchwinger.cc.
| EvtRaritaSchwinger operator+ | ( | const EvtRaritaSchwinger & | u1, |
| const EvtRaritaSchwinger & | u2 ) |
Definition at line 52 of file EvtRaritaSchwinger.cc.
| EvtRaritaSchwinger operator- | ( | const EvtRaritaSchwinger & | u1, |
| const EvtRaritaSchwinger & | u2 ) |
Definition at line 54 of file EvtRaritaSchwinger.cc.
| EvtRaritaSchwinger rotateEuler | ( | const EvtRaritaSchwinger & | rs, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 44 of file EvtRaritaSchwinger.cc.