|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
Go to the source code of this file.
Functions | |
| double | EvtDecayAngle (const EvtVector4R &, const EvtVector4R &, const EvtVector4R &) |
| double | EvtDecayAngleChi (const EvtVector4R &, const EvtVector4R &, const EvtVector4R &, const EvtVector4R &, const EvtVector4R &) |
| double | EvtDecayPlaneNormalAngle (const EvtVector4R &p, const EvtVector4R &q, const EvtVector4R &d1, const EvtVector4R &d2) |
| double | EvtDecayAnglePhi (const EvtVector4R &g, const EvtVector4R &p, const EvtVector4R &q, const EvtVector4R &d) |
| EvtComplex | wignerD (int j, int m1, int m2, double phi, double theta, double gamma) |
| double | twoBodyMomentum (const double M, const double m1, const double m2) |
| double EvtDecayAngle | ( | const EvtVector4R & | p, |
| const EvtVector4R & | q, | ||
| const EvtVector4R & | d ) |
Definition at line 32 of file EvtKine.cpp.
| double EvtDecayAngleChi | ( | const EvtVector4R & | p4_p, |
| const EvtVector4R & | p4_d1, | ||
| const EvtVector4R & | p4_d2, | ||
| const EvtVector4R & | p4_h1, | ||
| const EvtVector4R & | p4_h2 ) |
Definition at line 48 of file EvtKine.cpp.
| double EvtDecayAnglePhi | ( | const EvtVector4R & | g, |
| const EvtVector4R & | p, | ||
| const EvtVector4R & | q, | ||
| const EvtVector4R & | d ) |
Definition at line 105 of file EvtKine.cpp.
| double EvtDecayPlaneNormalAngle | ( | const EvtVector4R & | p, |
| const EvtVector4R & | q, | ||
| const EvtVector4R & | d1, | ||
| const EvtVector4R & | d2 ) |
Definition at line 90 of file EvtKine.cpp.
| double twoBodyMomentum | ( | const double | M, |
| const double | m1, | ||
| const double | m2 ) |
Definition at line 134 of file EvtKine.cpp.
| EvtComplex wignerD | ( | int | j, |
| int | m1, | ||
| int | m2, | ||
| double | phi, | ||
| double | theta, | ||
| double | gamma ) |
Definition at line 126 of file EvtKine.cpp.