21#ifndef EVTCGCOEFSINGLE_HH
22#define EVTCGCOEFSINGLE_HH
32 double coef(
int J,
int M,
int j1,
int j2,
int m1,
int m2 );
35 void init(
int j1,
int j2 );
36 double& cg(
int J,
int M,
int m1,
int m2 );
44 std::vector<std::vector<std::vector<double>>> _table;
EvtCGCoefSingle(int j1, int j2)
double coef(int J, int M, int j1, int j2, int m1, int m2)