21#ifndef EVTCGCOEFSINGLE_HH
22#define EVTCGCOEFSINGLE_HH
35 double coef(
int J,
int M,
int j1,
int j2,
int m1,
int m2);
39 void init(
int j1,
int j2);
40 double& cg(
int J,
int M,
int m1,
int m2);
48 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)