25#ifndef _DMDIS_PARTON_MODEL_PARTIAL_XSEC_H_
26#define _DMDIS_PARTON_MODEL_PARTIAL_XSEC_H_
34class 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 XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
double fSin48w
sin^4(Weingberg angle)
bool fUsingDisResJoin
use a DMDIS/RES joining scheme?
double fEMScale
cross section scaling factor for EM processes
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
double fQchiL
Left-handed DM charge.
const XSecIntegratorI * fXSecIntegrator
diff. xsec integrator
double Integral(const Interaction *i) const
const HadronizationModelI * fHadronizationModel
hadronic multip. model
int fVelMode
velcoity dependence for xsec
double fNCScale
cross section scaling factor for NC processes
double fgzp
Coupling to the mediator Zprime.
double fQchiR
Right-handed DM charge.
double fQchiS
Scalar DM charge.
double fMedMass
Mediator mass.
double fCCScale
cross section scaling factor for CC processes
const DISStructureFuncModelI * fDISSFModel
SF model.
const XSecAlgorithmI * fCharmProdModel
bool fUseCache
cache reduction factors used in joining scheme
double fWcut
apply DMDIS/RES joining scheme < Wcut
double DMDISRESJoinSuppressionFactor(const Interaction *in) const
void Configure(const Registry &config)
A registry. Provides the container for algorithm configuration parameters.
Cross Section Integrator Interface.
THE MAIN GENIE PROJECT NAMESPACE
enum genie::EKinePhaseSpace KinePhaseSpace_t