|
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/EvtTwoBodyKine.hh>
Public Types | |
| enum | Index { A , B , AB } |
Public Member Functions | |
| EvtTwoBodyKine () | |
| EvtTwoBodyKine (const double mA, const double mB, const double mAB) | |
| double | mA () const |
| double | mB () const |
| double | mAB () const |
| double | m (Index i=AB) const |
| double | p (Index i=AB) const |
| double | e (Index i, Index j) const |
| void | print (std::ostream &os) const |
Private Attributes | |
| double | m_mA |
| double | m_mB |
| double | m_mAB |
Definition at line 28 of file EvtTwoBodyKine.hh.
| Enumerator | |
|---|---|
| A | |
| B | |
| AB | |
Definition at line 30 of file EvtTwoBodyKine.hh.
| EvtTwoBodyKine::EvtTwoBodyKine | ( | ) |
Definition at line 31 of file EvtTwoBodyKine.cpp.
| EvtTwoBodyKine::EvtTwoBodyKine | ( | const double | mA, |
| const double | mB, | ||
| const double | mAB ) |
Definition at line 35 of file EvtTwoBodyKine.cpp.
Definition at line 78 of file EvtTwoBodyKine.cpp.
Definition at line 46 of file EvtTwoBodyKine.cpp.
|
inline |
Definition at line 42 of file EvtTwoBodyKine.hh.
|
inline |
Definition at line 44 of file EvtTwoBodyKine.hh.
|
inline |
Definition at line 43 of file EvtTwoBodyKine.hh.
Definition at line 57 of file EvtTwoBodyKine.cpp.
| void EvtTwoBodyKine::print | ( | std::ostream & | os | ) | const |
Definition at line 88 of file EvtTwoBodyKine.cpp.
|
private |
Definition at line 59 of file EvtTwoBodyKine.hh.
|
private |
Definition at line 61 of file EvtTwoBodyKine.hh.
|
private |
Definition at line 60 of file EvtTwoBodyKine.hh.