11#include "EvtGenBase/EvtParticle.hh"
12#include "EvtGenBase/EvtDecayAmp.hh"
48 EvtDecayBase*
clone();
58 void decay(EvtParticle* p);
The evtgen model to produce B-> Kstar nu nubar decay sample.
EvtKstarnunu_REV()
Constructor.
void init()
The function for an initialization.
virtual ~EvtKstarnunu_REV()
Destructor.
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.
void decay(EvtParticle *p)
The function to calculate a quark decay amplitude.
Abstract base class for different kinds of events.