BOSS 8.0.0
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 26 of file EvtCGCoefSingle.hh.

Constructor & Destructor Documentation

◆ EvtCGCoefSingle()

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

Definition at line 29 of file EvtCGCoefSingle.hh.

29{ init( j1, j2 ); }

◆ ~EvtCGCoefSingle()

EvtCGCoefSingle::~EvtCGCoefSingle ( )

Definition at line 30 of file EvtCGCoefSingle.cc.

30{}

Member Function Documentation

◆ coef()

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

Definition at line 112 of file EvtCGCoefSingle.cc.

112 {
113
114 assert( j1 == _j1 );
115 assert( j2 == _j2 );
116
117 return cg( J, M, m1, m2 );
118}
double double * m2
Definition qcdloop1.h:83
double * m1
Definition qcdloop1.h:83

Referenced by EvtPartWave::init().


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