11#include "EvtGenBase/EvtParticle.hh"
12#include "EvtGenBase/EvtDecayAmp.hh"
48 EvtDecayBase*
clone();
58 void decay(EvtParticle* p);
The evtgen model to produce B-> K nu nubar decay sample.
void init()
The function for an initialization.
virtual ~EvtKnunu()
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.