|
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. 33 double , double& fp, double& f0, 39 double shat = t / ( m * m ); 40 double shat2 = shat * shat; 41 double shat3 = shat2 * shat; 43 fp = 0.278 * exp( 1.568 * shat + 0.470 * shat2 + 0.885 * shat3 ); 44 f0 = 0.278 * exp( 0.740 * shat + 0.080 * shat2 + 0.425 * shat3 ); 45 ft = 0.300 * exp( 1.600 * shat + 0.501 * shat2 + 0.796 * shat3 ); 49 double , double& a1, double& a2, 50 double& a0, double& v, double& t1, double& t2, 55 double shat = t / ( m * m ); 56 double shat2 = shat * shat; 59 a1 = 0.294 * exp( 0.656 * shat + 0.456 * shat2 ); 60 a2 = 0.246 * exp( 1.237 * shat + 0.822 * shat2 ); 61 a0 = 0.412 * exp( 1.543 * shat + 0.954 * shat2 ); 62 v = 0.399 * exp( 1.537 * shat + 1.123 * shat2 ); 64 t1 = 0.334 * exp( 1.575 * shat + 1.140 * shat2 ); 65 t2 = 0.334 * exp( 0.562 * shat + 0.481 * shat2 ); 66 t3 = 0.234 * exp( 1.230 * shat + 1.089 * shat2 );
void getVectorFF(EvtId parent, EvtId daught, double t, double mass, double &a1, double &a2, double &a0, double &v, double &t1, double &t2, double &t3) override
static double getMeanMass(EvtId i)
void getScalarFF(EvtId parent, EvtId daught, double t, double mass, double &fp, double &f0, double &ft) override
EvtComplex exp(const EvtComplex &c)
|