 |
Belle II Software
release-05-01-25
|
12 #include "EvtGenBase/EvtDecayAmp.hh"
21 class EvtBSemiTauonicAmplitude;
22 class EvtBSemiTauonicHelicityAmplitudeCalculator;
56 EvtDecayBase*
clone();
61 void decay(EvtParticle* p);
EvtBSemiTauonic()
The default constructor
void initProbMax()
The function sets the maximum value of the probability.
EvtBSemiTauonicAmplitude * m_CalcAmp
A pointer to the spin-dependent amplitude calculator specific to the spin type of the daughter meson.
void decay(EvtParticle *p)
The function evaluates the decay amplitude of the parent particle.
std::string getName()
The function returns the model name.
The EvtGen model of semi-tauonic B decays including new physics effects based on [M.
EvtBSemiTauonicHelicityAmplitudeCalculator * m_CalcHelAmp
A pointer to the helicity amplitude calculator.
Abstract base class for different kinds of events.
void init()
The function initializes the decay.
virtual ~EvtBSemiTauonic()
The destructor
The base class for the calculation of the spin dependent amplitudes for the BSemiTauonic model based ...
The class calculates the helicity amplitude of semi-tauonic B decays including new physics effects ba...
EvtDecayBase * clone()
The function makes a copy of an EvtBSTD object.