18 #ifndef _XSEC_LINEAR_COMBINATIONS_H_ 19 #define _XSEC_LINEAR_COMBINATIONS_H_ 25 class XSecIntegratorI;
57 #endif // _XSEC_LINEAR_COMBINATIONS_H_ Cross Section Calculation Interface.
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
THE MAIN GENIE PROJECT NAMESPACE
enum genie::EKinePhaseSpace KinePhaseSpace_t
virtual ~XSecLinearCombinations()
double Integral(const Interaction *i) const
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
std::vector< double > fLinearCoefficients
void Configure(const Registry &config)
Summary information for an interaction.
std::vector< const XSecAlgorithmI * > fXSections
Computes the xsec as a linear combination of different XSecSlgorithmI See GENIE docdb 252...
A registry. Provides the container for algorithm configuration parameters.