|
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. 30 for ( unsigned int i = 0; i < 4; ++i ) { 39 natural_( "Lambda0", "anti-Lambda0", "Lambda(1520)0", "anti-Lambda(1520)0", 40 "Lambda(1600)0", "anti-Lambda(1600)0" ) 53 p4parent. set( parent-> mass(), 0, 0, 0 ); 58 double MB = parent-> mass(); 60 return p4parent. cont( p4lambda ) / ( MB * M ); 67 const double qsq ) const 70 double MB = parent-> mass(); 72 double E = ( MB * MB - M * M - qsq ) / ( 2. * MB );
double cont(const EvtVector4R &v4) const
double calculateVdotV(EvtParticle *parent, EvtParticle *lambda) const
void set(int i, double d)
double lambda(double q, double m1, double m2)
int contains(const EvtId id)
bool isNatural(EvtParticle *lambda)
|