ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4double | GetCoefficient (size_t i, size_t order) |
G4double | EvalLegendrePoly (G4int order, G4double x) |
G4double | EvalAssocLegendrePoly (G4int l, G4int m, G4double x, std::map< G4int, std::map< G4int, G4double > > *cache=NULL) |
Static Public Member Functions | |
static size_t | GetNCoefficients (size_t order) |
Protected Member Functions | |
void | BuildUpToOrder (size_t order) |
Protected Attributes | |
std::vector< std::vector < G4double > > | fCoefficients |
Definition at line 50 of file G4LegendrePolynomial.hh.
View newest version in sPHENIX GitHub at line 50 of file G4LegendrePolynomial.hh
|
protected |
Definition at line 123 of file G4LegendrePolynomial.cc.
View newest version in sPHENIX GitHub at line 123 of file G4LegendrePolynomial.cc
G4double G4LegendrePolynomial::EvalAssocLegendrePoly | ( | G4int | l, |
G4int | m, | ||
G4double | x, | ||
std::map< G4int, std::map< G4int, G4double > > * | cache = NULL |
||
) |
Definition at line 49 of file G4LegendrePolynomial.cc.
View newest version in sPHENIX GitHub at line 49 of file G4LegendrePolynomial.cc
References G4Pow::factorial(), G4Exp(), G4Log(), G4Pow::GetInstance(), G4Pow::logfactorial(), m, x, and x2.
Referenced by G4PolarizationTransition::GenerateGammaPhi(), and G4PolarizationTransition::SampleGammaTransition().
Definition at line 43 of file G4LegendrePolynomial.cc.
View newest version in sPHENIX GitHub at line 43 of file G4LegendrePolynomial.cc
G4double G4LegendrePolynomial::GetCoefficient | ( | size_t | i, |
size_t | order | ||
) |
Definition at line 34 of file G4LegendrePolynomial.cc.
View newest version in sPHENIX GitHub at line 34 of file G4LegendrePolynomial.cc
Referenced by G4PolarizationTransition::GenerateGammaCosTheta().
|
inlinestatic |
Definition at line 54 of file G4LegendrePolynomial.hh.
View newest version in sPHENIX GitHub at line 54 of file G4LegendrePolynomial.hh
Referenced by G4PolarizationTransition::GenerateGammaCosTheta().
|
protected |
Definition at line 64 of file G4LegendrePolynomial.hh.
View newest version in sPHENIX GitHub at line 64 of file G4LegendrePolynomial.hh