|
BOSS 8.0.0
BESIII Offline Software System
|
#include <EvtTwoBodyKine.hh>
Public Types | |
| enum | Index { A , B , AB } |
Public Member Functions | |
| EvtTwoBodyKine () | |
| EvtTwoBodyKine (double mA, double mB, double mAB) | |
| EvtTwoBodyKine (const EvtTwoBodyKine &other) | |
| ~EvtTwoBodyKine () | |
| double | mA () const |
| double | mB () const |
| double | mAB () const |
| double | m (Index i) const |
| double | p (Index i=AB) const |
| double | e (Index i, Index j) const |
| void | print (std::ostream &os) const |
Definition at line 17 of file EvtTwoBodyKine.hh.
| EvtTwoBodyKine::EvtTwoBodyKine | ( | ) |
Definition at line 19 of file EvtTwoBodyKine.cc.
Referenced by EvtTwoBodyKine().
| EvtTwoBodyKine::EvtTwoBodyKine | ( | double | mA, |
| double | mB, | ||
| double | mAB ) |
Definition at line 21 of file EvtTwoBodyKine.cc.
| EvtTwoBodyKine::EvtTwoBodyKine | ( | const EvtTwoBodyKine & | other | ) |
Definition at line 31 of file EvtTwoBodyKine.cc.
| EvtTwoBodyKine::~EvtTwoBodyKine | ( | ) |
Definition at line 34 of file EvtTwoBodyKine.cc.
Definition at line 72 of file EvtTwoBodyKine.cc.
Referenced by EvtDalitzPlot::qMax(), and EvtDalitzPlot::qMin().
| double EvtTwoBodyKine::m | ( | Index | i | ) | const |
Definition at line 36 of file EvtTwoBodyKine.cc.
Referenced by e().
|
inline |
|
inline |
|
inline |
Definition at line 44 of file EvtTwoBodyKine.cc.
Referenced by EvtMassAmp::amplitude(), e(), EvtDalitzReso::evaluate(), EvtDalitzPlot::qMax(), and EvtDalitzPlot::qMin().
| void EvtTwoBodyKine::print | ( | std::ostream & | os | ) | const |
Definition at line 83 of file EvtTwoBodyKine.cc.
Referenced by operator<<().