|
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/EvtTwoBodyVertex.hh>
Public Member Functions | |
| EvtTwoBodyVertex () | |
| EvtTwoBodyVertex (double mA, double mB, double mAB, int L) | |
| EvtTwoBodyVertex (const EvtTwoBodyVertex &other) | |
| EvtTwoBodyVertex & | operator= (const EvtTwoBodyVertex &other) |
| 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) |
Private Attributes | |
| EvtTwoBodyKine | m_kine |
| int | m_LL |
| double | m_p0 |
| std::unique_ptr< EvtBlattWeisskopf > | m_f |
Definition at line 32 of file EvtTwoBodyVertex.hh.
| EvtTwoBodyVertex::EvtTwoBodyVertex | ( | ) |
Definition at line 34 of file EvtTwoBodyVertex.cpp.
| EvtTwoBodyVertex::EvtTwoBodyVertex | ( | double | mA, |
| double | mB, | ||
| double | mAB, | ||
| int | L ) |
Definition at line 38 of file EvtTwoBodyVertex.cpp.
| EvtTwoBodyVertex::EvtTwoBodyVertex | ( | const EvtTwoBodyVertex & | other | ) |
Definition at line 49 of file EvtTwoBodyVertex.cpp.
| double EvtTwoBodyVertex::formFactor | ( | EvtTwoBodyKine | x | ) | const |
Definition at line 90 of file EvtTwoBodyVertex.cpp.
|
inline |
Definition at line 43 of file EvtTwoBodyVertex.hh.
|
inline |
Definition at line 44 of file EvtTwoBodyVertex.hh.
|
inline |
Definition at line 46 of file EvtTwoBodyVertex.hh.
|
inline |
Definition at line 45 of file EvtTwoBodyVertex.hh.
| EvtTwoBodyVertex & EvtTwoBodyVertex::operator= | ( | const EvtTwoBodyVertex & | other | ) |
Definition at line 57 of file EvtTwoBodyVertex.cpp.
|
inline |
Definition at line 47 of file EvtTwoBodyVertex.hh.
| double EvtTwoBodyVertex::phaseSpaceFactor | ( | EvtTwoBodyKine | x, |
| EvtTwoBodyKine::Index | i ) const |
Definition at line 82 of file EvtTwoBodyVertex.cpp.
| void EvtTwoBodyVertex::print | ( | std::ostream & | os | ) | const |
Definition at line 102 of file EvtTwoBodyVertex.cpp.
| void EvtTwoBodyVertex::set_f | ( | double | R | ) |
Definition at line 66 of file EvtTwoBodyVertex.cpp.
| double EvtTwoBodyVertex::widthFactor | ( | EvtTwoBodyKine | x | ) | const |
Definition at line 71 of file EvtTwoBodyVertex.cpp.
|
private |
Definition at line 56 of file EvtTwoBodyVertex.hh.
|
private |
Definition at line 53 of file EvtTwoBodyVertex.hh.
|
private |
Definition at line 54 of file EvtTwoBodyVertex.hh.
|
private |
Definition at line 55 of file EvtTwoBodyVertex.hh.