BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtCGCoefSingle Class Reference

#include <EvtCGCoefSingle.hh>

Public Member Functions

 EvtCGCoefSingle (int j1, int j2)
 
 ~EvtCGCoefSingle ()
 
double coef (int J, int M, int j1, int j2, int m1, int m2)
 

Detailed Description

Definition at line 27 of file EvtCGCoefSingle.hh.

Constructor & Destructor Documentation

◆ EvtCGCoefSingle()

EvtCGCoefSingle::EvtCGCoefSingle ( int  j1,
int  j2 
)
inline

Definition at line 31 of file EvtCGCoefSingle.hh.

31{init(j1,j2);}

◆ ~EvtCGCoefSingle()

EvtCGCoefSingle::~EvtCGCoefSingle ( )

Definition at line 32 of file EvtCGCoefSingle.cc.

32 {
33}

Member Function Documentation

◆ coef()

double EvtCGCoefSingle::coef ( int  J,
int  M,
int  j1,
int  j2,
int  m1,
int  m2 
)

Definition at line 116 of file EvtCGCoefSingle.cc.

116 {
117
118 assert(j1==_j1);
119 assert(j2==_j2);
120
121 return cg(J,M,m1,m2);
122
123
124}

Referenced by EvtPartWave::init().


The documentation for this class was generated from the following files: