| 
    Geant4
    10.02.p02
    
   | 
 
#include <G4LegendrePolynomial.hh>
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) | 
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 49 of file G4LegendrePolynomial.hh.
      
  | 
  protected | 
Definition at line 102 of file G4LegendrePolynomial.cc.
Definition at line 49 of file G4LegendrePolynomial.cc.
References G4Pow::factorial(), G4Exp(), G4Log(), G4Pow::GetInstance(), G4Pow::logfactorial(), and x.
Referenced by G4PolarizationTransition::GenerateGammaPhi(), and G4PolarizationTransition::UpdatePolarizationToFinalState().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 43 of file G4LegendrePolynomial.cc.
| G4double G4LegendrePolynomial::GetCoefficient | ( | size_t | i, | 
| size_t | order | ||
| ) | 
Definition at line 34 of file G4LegendrePolynomial.cc.
Referenced by G4PolarizationTransition::GenerateGammaCosTheta().
 Here is the caller graph for this function:
      
  | 
  inlinestatic | 
Definition at line 53 of file G4LegendrePolynomial.hh.
Referenced by G4PolarizationTransition::GenerateGammaCosTheta().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 62 of file G4LegendrePolynomial.hh.