ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/lend/include/nf_Legendre.h>
Public Attributes | |
int | maxOrder |
int | allocated |
double * | Cls |
Definition at line 23 of file nf_Legendre.h.
View newest version in sPHENIX GitHub at line 23 of file nf_Legendre.h
int nf_Legendre_s::allocated |
Definition at line 25 of file nf_Legendre.h.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub 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().