|
BOSS 8.0.0
BESIII Offline Software System
|
#include <EvtTwoBodyVertex.hh>
Public Member Functions | |
| EvtTwoBodyVertex () | |
| EvtTwoBodyVertex (double mA, double mB, double mAB, int L) | |
| EvtTwoBodyVertex (const EvtTwoBodyVertex &other) | |
| ~EvtTwoBodyVertex () | |
| double | widthFactor (EvtTwoBodyKine x) const |
| double | formFactor (EvtTwoBodyKine x) const |
| double | phaseSpaceFactor (EvtTwoBodyKine x, EvtTwoBodyKine::Index) const |
| int | L () const |
| double | mA () const |
| double | mB () const |
| double | mAB () const |
| double | pD () const |
| void | print (std::ostream &os) const |
| void | set_f (double R) |
Definition at line 21 of file EvtTwoBodyVertex.hh.
| EvtTwoBodyVertex::EvtTwoBodyVertex | ( | ) |
Definition at line 21 of file EvtTwoBodyVertex.cc.
Referenced by EvtTwoBodyVertex().
| EvtTwoBodyVertex::EvtTwoBodyVertex | ( | double | mA, |
| double | mB, | ||
| double | mAB, | ||
| int | L ) |
Definition at line 23 of file EvtTwoBodyVertex.cc.
| EvtTwoBodyVertex::EvtTwoBodyVertex | ( | const EvtTwoBodyVertex & | other | ) |
Definition at line 35 of file EvtTwoBodyVertex.cc.
| EvtTwoBodyVertex::~EvtTwoBodyVertex | ( | ) |
Definition at line 41 of file EvtTwoBodyVertex.cc.
| double EvtTwoBodyVertex::formFactor | ( | EvtTwoBodyKine | x | ) | const |
Definition at line 67 of file EvtTwoBodyVertex.cc.
Referenced by widthFactor().
|
inline |
Definition at line 33 of file EvtTwoBodyVertex.hh.
Referenced by EvtTwoBodyVertex().
|
inline |
Definition at line 34 of file EvtTwoBodyVertex.hh.
Referenced by EvtTwoBodyVertex(), and print().
|
inline |
Definition at line 36 of file EvtTwoBodyVertex.hh.
Referenced by EvtTwoBodyVertex(), print(), and widthFactor().
|
inline |
Definition at line 35 of file EvtTwoBodyVertex.hh.
Referenced by EvtTwoBodyVertex(), and print().
|
inline |
Definition at line 37 of file EvtTwoBodyVertex.hh.
Referenced by EvtAbsLineShape::getRandMass().
| double EvtTwoBodyVertex::phaseSpaceFactor | ( | EvtTwoBodyKine | x, |
| EvtTwoBodyKine::Index | i ) const |
Definition at line 61 of file EvtTwoBodyVertex.cc.
| void EvtTwoBodyVertex::print | ( | std::ostream & | os | ) | const |
Definition at line 80 of file EvtTwoBodyVertex.cc.
| void EvtTwoBodyVertex::set_f | ( | double | R | ) |
Definition at line 45 of file EvtTwoBodyVertex.cc.
Referenced by EvtRelBreitWignerBarrierFact::getRandMass().
| double EvtTwoBodyVertex::widthFactor | ( | EvtTwoBodyKine | x | ) | const |
Definition at line 50 of file EvtTwoBodyVertex.cc.