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>>>
m_table;
double & cg(int J, int M, int m1, int m2)
EvtCGCoefSingle(int j1, int j2)
std::vector< std::vector< std::vector< double > > > m_table
double coef(int J, int M, int j1, int j2, int m1, int m2)
void init(int j1, int j2)