|
BOSS 7.1.3
BESIII Offline Software System
|
#include "EvtGenBase/EvtPatches.hh"#include <math.h>#include "EvtGenBase/EvtKine.hh"#include "EvtGenBase/EvtConst.hh"#include "EvtGenBase/EvtVector4R.hh"#include "EvtGenBase/EvtVector4C.hh"#include "EvtGenBase/EvtTensor4C.hh"#include "EvtGenBase/EvtdFunction.hh"#include "EvtGenBase/EvtReport.hh"Go to the source code of this file.
Functions | |
| double | EvtDecayAngle (const EvtVector4R &p, const EvtVector4R &q, const EvtVector4R &d) |
| double | EvtDecayAngleChi (const EvtVector4R &p4_p, const EvtVector4R &p4_d1, const EvtVector4R &p4_d2, const EvtVector4R &p4_h1, const EvtVector4R &p4_h2) |
| double | EvtDecayPlaneNormalAngle (const EvtVector4R &p, const EvtVector4R &q, const EvtVector4R &d1, const EvtVector4R &d2) |
| double | EvtDecayAnglePhi (const EvtVector4R &z, const EvtVector4R &p, const EvtVector4R &q, const EvtVector4R &d) |
| EvtComplex | wignerD (int j, int m1, int m2, double phi, double theta, double gamma) |
| double EvtDecayAngle | ( | const EvtVector4R & | p, |
| const EvtVector4R & | q, | ||
| const EvtVector4R & | d ) |
Definition at line 33 of file EvtKine.cc.
Referenced by EvtMHelAmp::amplitude(), and EvtResonance::resAmpl().
| 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 49 of file EvtKine.cc.
| double EvtDecayAnglePhi | ( | const EvtVector4R & | z, |
| const EvtVector4R & | p, | ||
| const EvtVector4R & | q, | ||
| const EvtVector4R & | d ) |
Definition at line 111 of file EvtKine.cc.
Referenced by EvtMHelAmp::amplitude().
| double EvtDecayPlaneNormalAngle | ( | const EvtVector4R & | p, |
| const EvtVector4R & | q, | ||
| const EvtVector4R & | d1, | ||
| const EvtVector4R & | d2 ) |
Definition at line 94 of file EvtKine.cc.
| EvtComplex wignerD | ( | int | j, |
| int | m1, | ||
| int | m2, | ||
| double | phi, | ||
| double | theta, | ||
| double | gamma ) |
Definition at line 132 of file EvtKine.cc.
Referenced by EvtMHelAmp::amplitude().