28 #ifndef _HYBRID_XSEC_ALG_H_ 29 #define _HYBRID_XSEC_ALG_H_ 74 #endif // _HYBRID_XSEC_ALG_H_ Cross Section Calculation Interface.
Defines an XSecAlgorithmI that delegates the actual calculation to one or more sub-algorithms (each o...
THE MAIN GENIE PROJECT NAMESPACE
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
virtual ~HybridXSecAlgorithm()
enum genie::EKinePhaseSpace KinePhaseSpace_t
Summary information for an interaction.
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
const XSecAlgorithmI * ChooseXSecAlg(const Interaction &interaction) const
void Configure(const Registry &config)
A registry. Provides the container for algorithm configuration parameters.
std::map< string, const XSecAlgorithmI * > fXSecAlgMap
const XSecAlgorithmI * fDefaultXSecAlg
Optional XSecAlgorithmI to use by default.
void LoadConfig(void)
Load algorithm configuration.
double Integral(const Interaction *i) const