evtgen is hosted by Hepforge, IPPP Durham
EvtGen  2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.

#include <EvtGenBase/EvtCGCoefSingle.hh>

Public Member Functions

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

Private Member Functions

void init (int j1, int j2)
 
double & cg (int J, int M, int m1, int m2)
 

Private Attributes

int _j1
 
int _j2
 
int _Jmax
 
int _Jmin
 
std::vector< std::vector< std::vector< double > > > _table
 

Detailed Description

Definition at line 26 of file EvtCGCoefSingle.hh.

Constructor & Destructor Documentation

◆ EvtCGCoefSingle()

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

Definition at line 28 of file EvtCGCoefSingle.hh.

Member Function Documentation

◆ cg()

double & EvtCGCoefSingle::cg ( int  J,
int  M,
int  m1,
int  m2 
)
private

Definition at line 125 of file EvtCGCoefSingle.cpp.

◆ coef()

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

Definition at line 115 of file EvtCGCoefSingle.cpp.

◆ init()

void EvtCGCoefSingle::init ( int  j1,
int  j2 
)
private

Definition at line 31 of file EvtCGCoefSingle.cpp.

Member Data Documentation

◆ _j1

int EvtCGCoefSingle::_j1
private

Definition at line 36 of file EvtCGCoefSingle.hh.

◆ _j2

int EvtCGCoefSingle::_j2
private

Definition at line 37 of file EvtCGCoefSingle.hh.

◆ _Jmax

int EvtCGCoefSingle::_Jmax
private

Definition at line 39 of file EvtCGCoefSingle.hh.

◆ _Jmin

int EvtCGCoefSingle::_Jmin
private

Definition at line 40 of file EvtCGCoefSingle.hh.

◆ _table

std::vector<std::vector<std::vector<double> > > EvtCGCoefSingle::_table
private

Definition at line 42 of file EvtCGCoefSingle.hh.


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