|
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. 21 #ifndef EVTCGCOEFSINGLE_HH 22 #define EVTCGCOEFSINGLE_HH 30 double coef( int J, int M, int j1, int j2, int m1, int m2 ); 33 void init( int j1, int j2 ); 34 double& cg( int J, int M, int m1, int m2 ); 42 std::vector<std::vector<std::vector<double>>> _table; void init(int j1, int j2)
std::vector< std::vector< std::vector< double > > > _table
double & cg(int J, int M, int m1, int m2)
EvtCGCoefSingle(int j1, int j2)
double coef(int J, int M, int j1, int j2, int m1, int m2)
|