|
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. 48 assert( abs( m2 ) >= abs( m1 ) ); 66 if ( ( k - _m2 + _m1 ) % 4 != 0 ) 84 double c2 = cos( 0.5 * theta ); 85 double s2 = sin( 0.5 * theta ); 92 pow( c2, ( 2 * _j - 2 * k + m2 - m1 ) / 2 ) * 93 pow( s2, ( 2 * k - m2 + m1 ) / 2 ); 106 for ( k = 2; k <= n; k++ ) void init(int j, int m1, int m2)
double d(int j, int m1, int m2, double theta)
double abs(const EvtComplex &c)
|