|
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/EvtComplex.hh"#include "EvtGenBase/EvtDiracSpinor.hh"#include "EvtGenBase/EvtVector4C.hh"#include "EvtGenBase/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 | 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 41 of file EvtRaritaSchwinger.cpp.
| EvtRaritaSchwinger boostTo | ( | const EvtRaritaSchwinger & | rs, |
| const EvtVector4R | p4 ) |
Definition at line 34 of file EvtRaritaSchwinger.cpp.
| EvtRaritaSchwinger dirProd | ( | EvtVector4C | v, |
| EvtDiracSpinor | u ) |
Definition at line 185 of file EvtRaritaSchwinger.cpp.
| EvtRaritaSchwinger dirProd | ( | EvtVector4R | v, |
| EvtDiracSpinor | u ) |
Definition at line 170 of file EvtRaritaSchwinger.cpp.
| EvtComplex operator* | ( | const EvtRaritaSchwinger & | u1, |
| const EvtRaritaSchwinger & | u2 ) |
Definition at line 200 of file EvtRaritaSchwinger.cpp.
| EvtRaritaSchwinger operator+ | ( | const EvtRaritaSchwinger & | u1, |
| const EvtRaritaSchwinger & | u2 ) |
Definition at line 227 of file EvtRaritaSchwinger.cpp.
| EvtRaritaSchwinger operator- | ( | const EvtRaritaSchwinger & | u1, |
| const EvtRaritaSchwinger & | u2 ) |
Definition at line 246 of file EvtRaritaSchwinger.cpp.
| EvtRaritaSchwinger rotateEuler | ( | const EvtRaritaSchwinger & | rs, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 26 of file EvtRaritaSchwinger.cpp.