11#include "EvtGenBase/EvtDecayIncoherent.hh"
12#include "EvtGenBase/EvtParticle.hh"
54 EvtDecayBase*
clone();
69 void decay(EvtParticle* p);
The evtgen model to produce flat invariant mass distribution for 2nd and 3rd daughters.
EvtFlatDaughter()
Constructor.
void init()
The function for an initialization.
EvtDecayBase * clone()
The function which makes a copy of the model.
void initProbMax()
The function to sets a maximum probability.
std::string getName()
The function which returns the name of the model.
virtual ~EvtFlatDaughter()
Destructor.
void decay(EvtParticle *p)
The function to determine kinematics of daughter particles.
Abstract base class for different kinds of events.