18#ifndef _IBD_CROSSSECTION_MAP_H_
19#define _IBD_CROSSSECTION_MAP_H_
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
bool ValidKinematics(const Interaction *i) const
Is the input kinematical point a physically allowed one?
bool fIsotopesUseSameModel
const XSecAlgorithmI * fDefaultModel
void Configure(const Registry &config)
const XSecAlgorithmI * SelectModel(const Target &t) const
double Integral(const Interaction *i) const
std::map< int, const XSecAlgorithmI * > fRefinedModels
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
Summary information for an interaction.
A registry. Provides the container for algorithm configuration parameters.
A Neutrino Interaction Target. Is a transparent encapsulation of quite different physical systems suc...
THE MAIN GENIE PROJECT NAMESPACE
enum genie::EKinePhaseSpace KinePhaseSpace_t