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

Go to the source code of this file.

Functions

TFracNum a_to_J (Int_t J, Int_t m)
TFracNum am0_to_J (Int_t J, Int_t m, Int_t m0)
TFracNum c_sub_ell (Int_t ell)
TFracNum cm0_sub_ell (Int_t ell, Int_t m0)
TFracNum cm0_sub_ell_2 (Int_t ell, Int_t m0)

Variables

Int_t debugFracNum = 0
char factorial [] = {'f','a','c','t','o','r','i','a','l'}
const char * SQUAREROOT_CHAR = "#"
const char NULLSTRING [1] = ""

Function Documentation

TFracNum a_to_J ( Int_t  J,
Int_t  m 
)

Definition at line 706 of file TFracNum.cc.

References Int_t.

TFracNum am0_to_J ( Int_t  J,
Int_t  m,
Int_t  m0 
)

Definition at line 716 of file TFracNum.cc.

References Int_t.

Referenced by TSpinWaveFunction::TSpinWaveFunction().

TFracNum c_sub_ell ( Int_t  ell)

Definition at line 724 of file TFracNum.cc.

References Int_t.

TFracNum cm0_sub_ell ( Int_t  ell,
Int_t  m0 
)

Definition at line 733 of file TFracNum.cc.

References Int_t.

TFracNum cm0_sub_ell_2 ( Int_t  ell,
Int_t  m0 
)

Definition at line 742 of file TFracNum.cc.

References Int_t.

Referenced by TSpinWaveFunction::TSpinWaveFunction().

Variable Documentation

Int_t debugFracNum = 0
char factorial[] = {'f','a','c','t','o','r','i','a','l'}

Definition at line 9 of file TFracNum.cc.

const char NULLSTRING[1] = ""

Definition at line 640 of file TFracNum.cc.

Referenced by TFracNum::FracStringSqrt().

const char* SQUAREROOT_CHAR = "#"

Definition at line 11 of file TFracNum.cc.

Referenced by TFracNum::FracStringSqrt().