11#include "EvtGenBase/EvtDecayAmp.hh"
12#include "EvtGenBase/EvtComplex.hh"
32 EvtDecayBase*
clone()
override;
37 void decay(EvtParticle* p)
override;
73 void CalcAmp(EvtParticle*, EvtAmp&);
Implementation of with new physics contributions and the BGL hadronic form factor parameterization.
EvtComplex _cT
C_T – tensor current.
EvtDecayBase * clone() override
The function which makes a copy of the model.
EvtComplex _Cvl
Strength of the left handed part of the vector hadronic current.
void decay(EvtParticle *p) override
The method to calculate a decay amplitude.
EvtComplex _Cvr
Strength of the Right handed part of the vector hadronic current.
EvtComplex _Csr
(g_S + g_P) strength of pseudoscalar current with constraint _Csl = -_Csr
std::string getName() override
The function which returns the name of the model.
void CalcAmp(EvtParticle *, EvtAmp &)
The method to evaluate the decay amplitude.
void init() override
Initialization method.
EvtComplex _Csl
(g_S - g_P) strength of pseudoscalar current
void initProbMax() override
The method to evaluate the maximum amplitude.
double CalcMaxProb()
The method to evaluate the maximum decay amplitude.