21#ifndef _DIS_PARTON_MODEL_PARTIAL_XSEC_H_
22#define _DIS_PARTON_MODEL_PARTIAL_XSEC_H_
30class HadronizationModelI;
Pure Abstract Base Class. Defines the DISStructureFuncModelI interface to be implemented by any algor...
A class holding Deep Inelastic Scattering (DIS) Form Factors (invariant structure funstions)
Summary information for an interaction.
double fEMScale
cross section scaling factor
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
const XSecAlgorithmI * fCharmProdModel
double Integral(const Interaction *i) const
double fCCScale
cross section scaling factor
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
double fNCScale
cross section scaling factor
void Configure(const Registry &config)
const DISStructureFuncModelI * fDISSFModel
SF model.
double fSin48w
sin^4(Weingberg angle)
const XSecIntegratorI * fXSecIntegrator
diff. xsec integrator
A registry. Provides the container for algorithm configuration parameters.
Cross Section Integrator Interface.
THE MAIN GENIE PROJECT NAMESPACE
enum genie::EKinePhaseSpace KinePhaseSpace_t