23 #ifndef _AHRENS_NCEL_CROSS_SECTION_H_ 24 #define _AHRENS_NCEL_CROSS_SECTION_H_ 30 class XSecIntegratorI;
Cross Section Calculation Interface.
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
THE MAIN GENIE PROJECT NAMESPACE
Cross Section Integrator Interface.
enum genie::EKinePhaseSpace KinePhaseSpace_t
const XSecIntegratorI * fXSecIntegrator
Summary information for an interaction.
Differential cross section for v+N / vbar+N elastic scattering. Is a concrete implementation of the...
A registry. Provides the container for algorithm configuration parameters.
virtual ~AhrensNCELPXSec()
double Integral(const Interaction *i) const
void Configure(const Registry &config)