Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <nf_Legendre.h>
Public Attributes | |
int | maxOrder |
int | allocated |
double * | Cls |
Definition at line 23 of file nf_Legendre.h.
int nf_Legendre_s::allocated |
Definition at line 25 of file nf_Legendre.h.
Referenced by nf_Legendre_allocated(), nf_Legendre_reallocateCls(), nf_Legendre_release(), and nf_Legendre_setCl().
double* nf_Legendre_s::Cls |
Definition at line 26 of file nf_Legendre.h.
Referenced by nf_Legendre_clone(), nf_Legendre_evauluateAtMu(), nf_Legendre_getCl(), nf_Legendre_new(), nf_Legendre_normalize(), nf_Legendre_reallocateCls(), nf_Legendre_release(), and nf_Legendre_setCl().
int nf_Legendre_s::maxOrder |
Definition at line 24 of file nf_Legendre.h.
Referenced by nf_Legendre_clone(), nf_Legendre_evauluateAtMu(), nf_Legendre_getCl(), nf_Legendre_maxOrder(), nf_Legendre_new(), nf_Legendre_normalize(), nf_Legendre_reallocateCls(), nf_Legendre_setCl(), nf_Legendre_setup(), and nf_Legendre_to_ptwXY().