Belle II Software development
EvtFlatDaughter Class Reference

The evtgen model to produce flat invariant mass distribution for 2nd and 3rd daughters. More...

#include <EvtFlatDaughter.h>

Inheritance diagram for EvtFlatDaughter:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ EvtFlatDaughter()

EvtFlatDaughter ( )
inline

Constructor.

Definition at line 39 of file EvtFlatDaughter.h.

39{}

The documentation for this class was generated from the following files: