ROOTPWA
Functions | Variables
ClebschGordanBox.cc File Reference
#include <iostream>
#include <string>
#include "ClebschGordanBox.h"

Go to the source code of this file.

Functions

TFracNumClebschGordanInteger (Int_t J, Int_t J1, Int_t J2)
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.

Variables

Int_t debugCG = 0
Int_t debugCGBox = 0
ClebschGordanBox box

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().

TFracNum* ClebschGordanInteger ( Int_t  J,
Int_t  J1,
Int_t  J2 
)

Variable Documentation

Int_t debugCG = 0

Definition at line 6 of file ClebschGordanBox.cc.

Referenced by ClebschGordanBox::ClebschGordan(), and ClebschGordanInteger().

Int_t debugCGBox = 0

Definition at line 202 of file ClebschGordanBox.cc.

Referenced by ClebschGordanBox::GetCG().