![]() |
Belle II Software release-09-00-03
|
The evtgen model to produce flat invariant mass distribution for 2nd and 3rd daughters. More...
#include <EvtFlatDaughter.h>


Public Member Functions | |
| EvtFlatDaughter () | |
| Constructor. | |
| virtual | ~EvtFlatDaughter () |
| Destructor. | |
| std::string | getName () |
| The function which returns the name of the model. | |
| EvtDecayBase * | clone () |
| The function which makes a copy of the model. | |
| void | initProbMax () |
| The function to sets a maximum probability. | |
| void | init () |
| The function for an initialization. | |
| void | decay (EvtParticle *p) |
| The function to determine kinematics of daughter particles. | |
The evtgen model to produce flat invariant mass distribution for 2nd and 3rd daughters.
In this model, M -> D1 D2 D3 decay is produced. Invariant mass(D2, D3) follows flat distribution.
You can use the model as follows:
Decay MyB+ 1.0 K+ n0 anti-n0 FLAT_DAUGHTER; Enddecay
Definition at line 31 of file EvtFlatDaughter.h.
|
inline |