33 #ifndef _KOVALENKO_QEL_CHARM_PARTIAL_XSEC_H_
34 #define _KOVALENKO_QEL_CHARM_PARTIAL_XSEC_H_
36 #include <Math/IFunction.h>
46 class XSecIntegratorI;
73 double xiBar (
double Q2,
double Mnuc,
double v)
const;
114 unsigned int NDim (
void)
const;
115 double DoEval (
double xin)
const;
116 ROOT::Math::IBaseFunctionOneDim *
Clone (
void)
const;
128 #endif // _KOVALENKO_QEL_CHARM_PARTIAL_XSEC_H_
Cross Section Calculation Interface.
Cross Section Integrator Interface.
double Q2(const Interaction *const i)
ROOT::Math::IBaseFunctionOneDim * Clone(void) const
void Configure(const Registry &config)
double DoEval(double xin) const
double MRes(const Interaction *interaction) const
double ZR(const Interaction *interaction) const
bool ValidKinematics(const Interaction *i) const
Is the input kinematical point a physically allowed one?
const XSecIntegratorI * fXSecIntegrator
const IntegratorI * fIntegrator;
enum genie::EKinePhaseSpace KinePhaseSpace_t
Pure abstract base class. Defines the PDFModelI interface to be implemented by wrapper classes to exi...
Summary information for an interaction.
double DR(const Interaction *interaction) const
double ResDM(const Interaction *interaction) const
virtual ~KovalenkoQELCharmPXSec()
Auxiliary scalar function for the internal integration in Kovalenko QEL charm production cross sectio...
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
const PDFModelI * fPDFModel
Computes the QEL Charm Production Differential Cross Section using Kovalenko's duality model approach...
A registry. Provides the container for algorithm configuration parameters.
double Integral(const Interaction *i) const
double xiBar(double Q2, double Mnuc, double v) const
KovQELCharmIntegrand(PDF *pdf, double Q2, int nucleon_pdgc)
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
unsigned int NDim(void) const