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