ROOTPWA
|
#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. |
#define Bool_t bool |
Definition at line 31 of file ClebschGordanBox.h.
Referenced by TLSContrib::Add(), ClebschGordanBox::ClebschGordan(), ClebschGordanInteger(), TFracNum::FracStringSqrt(), setDiffColorStyle(), setNormalColorStyle(), TFracNum::SumSignedRoots(), and TLSContrib::TLSContrib().
#define Double_t double |
Definition at line 30 of file ClebschGordanBox.h.
Referenced by rpwa::primaryVertexGen::gesPalette(), main(), plotAmpDiffs(), plotWeightedEvts(), TFracNum::Print(), TFracNum::PrintToErr(), setDiffColorStyle(), TFracNum::SetINTs(), setNormalColorStyle(), setResidualPalette(), testLikelihoodDiffPlots(), and TFracNum::TFracNum().
#define Int_t long long |
Definition at line 29 of file ClebschGordanBox.h.
Referenced by a_to_J(), accumKinePlots(), TLSContrib::Add(), TLSNonRel::Add(), TTensorSum::AddTerm(), am0_to_J(), c_sub_ell(), TJSS::CalcAmpl(), TSpinWaveFunction::CheckCGFormula(), ClebschGordanBox::ClebschGordan(), ClebschGordanInteger(), rpwa::fitResult::cloneVar(), cm0_sub_ell(), cm0_sub_ell_2(), TFracNum::DenomCommonDivisor(), TFracNum::FracStringSqrt(), rpwa::primaryVertexGen::gesPalette(), ClebschGordanBox::GetCG(), TSpinWaveFunction::GetSpinCoupledTensorSum(), TSpinWaveFunction::GetTensorSum(), MyMainFrame::HandleButtons(), TFracNum::Invert(), TTensorTerm::LJContraction(), TTensorSum::LJContraction(), TTensorSum::LSContraction(), main(), TTensorTerm::Multiply(), TFhh::NonRelLimit(), TFracNum::operator*(), TFracNum::operator+(), TFracNum::operator==(), plotIsoFit(), plotMassDepFitResult(), plotWeightedEvts(), TTensorTerm::Print(), TFhh::Print(), TTensorSum::Print(), TLSContrib::Print(), TFracNum::Print(), TLSNonRel::Print(), TFracNum::PrintDifference(), TLSNonRel::PrintG(), TFhh::PrintNRG(), MyMainFrame::PrintSelected(), TFracNum::PrintToErr(), roottops(), setDiffColorStyle(), TFracNum::SetINTs(), setNormalColorStyle(), TTensorTerm::SpinInnerContraction(), TTensorSum::SpinInnerContraction(), TFracNum::Sqrt(), TFhh::TFhh(), TFracNum::TFracNum(), TLSAmpl::TLSAmpl(), TLSContrib::TLSContrib(), TSpinWaveFunction::TSpinWaveFunction(), and TTensorTerm::TTensorTerm().
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().