20 #ifndef _NUCL_DENSITY_MOMENT_INTEGRAND_H_    21 #define _NUCL_DENSITY_MOMENT_INTEGRAND_H_    23 #include <Math/IFunction.h>    36        unsigned int                      NDim   (
void)       
const;
    37        double                            DoEval (
double xin) 
const;
    38        ROOT::Math::IBaseFunctionOneDim * 
Clone  (
void)       
const;
    50 #endif  // _NUCL_DENSITY_MOMENT_INTEGRAND_H_ ROOT::Math::IBaseFunctionOneDim * Clone(void) const 
THE MAIN GENIE PROJECT NAMESPACE 
double DoEval(double xin) const 
unsigned int NDim(void) const 
NuclDensityMomentIntegrand(int A, int k)
Integrand for the calculation of the k^th nuclear density moment: {0}^{} {A}(r) r^k d^{3}r where {A}(...
~NuclDensityMomentIntegrand()