28 #ifndef _SUSAV2_QE_PXSEC_H_
29 #define _SUSAV2_QE_PXSEC_H_
38 class XSecIntegratorI;
65 double XSecScaling(
double xsec,
const Interaction* i,
int target_pdg,
int tensor_pdg,
bool need_to_scale)
const;
126 #endif // _SUSAV2_QE_PXSEC_H_
Cross Section Calculation Interface.
void LoadConfig(void)
Load algorithm configuration.
Cross Section Integrator Interface.
int blendMode
Blending start/end q0 value for the combined models.
const XSecIntegratorI * fXSecIntegrator
GSL numerical integrator.
const QvalueShifter * fQvalueShifter
enum genie::EKinePhaseSpace KinePhaseSpace_t
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
Summary information for an interaction.
double fXSecCCScale
External scaling factor for this cross section.
virtual ~SuSAv2QELPXSec()
const HadronTensorModelI * fHadronTensorModel
const XSecAlgorithmI * fFreeNucleonXSecAlg
Alternate cross section model for free nucleon targets.
double XSecScaling(double xsec, const Interaction *i, int target_pdg, int tensor_pdg, bool need_to_scale) const
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
A registry. Provides the container for algorithm configuration parameters.
Computes the SuSAv2-QE model differential cross section. Uses precomputed hadron tensor tables...
Creates hadron tensor objects for use in cross section calculations.
void Configure(const Registry &config)
double Integral(const Interaction *i) const