ROOTPWA
Classes | Macros | Functions
ClebschGordanBox.h File Reference
#include "TFracNum.h"

Go to the source code of this file.

Classes

class  ClebschGordanBox
 Handling of Clebsch-Gordan coefficients. More...

Macros

#define Int_t   long long
#define Double_t   double
#define Bool_t   bool

Functions

Int_t CGIndex (Int_t J1, Int_t m1, Int_t J2, Int_t m2)
 Return index for a specific (J1,m1,J2,m2|Jm) Clebsch-Gordan coefficient.

Macro Definition Documentation

#define Bool_t   bool
#define Double_t   double
#define Int_t   long long

Function Documentation

Int_t CGIndex ( Int_t  J1,
Int_t  m1,
Int_t  J2,
Int_t  m2 
)

Return index for a specific (J1,m1,J2,m2|Jm) Clebsch-Gordan coefficient.

By construction of the field indices, the total spin J has not to be specified here.

Definition at line 480 of file ClebschGordanBox.cc.

Referenced by TSpinWaveFunction::GetSpinCoupledTensorSum(), TFhh::TFhh(), and TLSNonRel::TLSNonRel().