|
EvtGen
2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
Go to the documentation of this file. 57 const EvtVector4R& p4_d2, double ampl, double theta, 58 double mass, vector<EvtFlatteParam>& params 88 for ( vector<EvtFlatteParam>::const_iterator param = _params.begin(); 89 param != _params.end(); ++param ) { 90 double m1 = ( *param ).m1(); 91 double m2 = ( *param ).m2(); 92 double g = ( *param ).g(); 94 sqrtCplx( ( 1 - ( ( m1 - m2 ) * ( m1 - m2 ) ) / ( mR * mR ) ) * 95 ( 1 - ( ( m1 + m2 ) * ( m1 + m2 ) ) / ( mR * mR ) ) ) ); 102 sin( _theta * pi180inv ) ) /
EvtComplex sqrtCplx(double in)
static const double radToDegrees
EvtFlatte(const EvtVector4R &p4_p, const EvtVector4R &p4_d1, const EvtVector4R &p4_d2, double ampl, double theta, double mass, vector< EvtFlatteParam > ¶ms)
vector< EvtFlatteParam > _params
EvtFlatte & operator=(const EvtFlatte &)
|