33#ifndef _KOVALENKO_QEL_CHARM_PARTIAL_XSEC_H_
34#define _KOVALENKO_QEL_CHARM_PARTIAL_XSEC_H_
36#include <Math/IFunction.h>
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;
Summary information for an interaction.
const XSecIntegratorI * fXSecIntegrator
const IntegratorI * fIntegrator;
bool ValidKinematics(const Interaction *i) const
Is the input kinematical point a physically allowed one?
double ZR(const Interaction *interaction) const
const PDFModelI * fPDFModel
double DR(const Interaction *interaction) const
double Integral(const Interaction *i) const
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
double xiBar(double Q2, double Mnuc, double v) const
virtual ~KovalenkoQELCharmPXSec()
double MRes(const Interaction *interaction) const
double ResDM(const Interaction *interaction) const
void Configure(const Registry &config)
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
Pure abstract base class. Defines the PDFModelI interface to be implemented by wrapper classes to exi...
A registry. Provides the container for algorithm configuration parameters.
Cross Section Integrator Interface.
KovQELCharmIntegrand(PDF *pdf, double Q2, int nucleon_pdgc)
double DoEval(double xin) const
ROOT::Math::IBaseFunctionOneDim * Clone(void) const
unsigned int NDim(void) const
THE MAIN GENIE PROJECT NAMESPACE
enum genie::EKinePhaseSpace KinePhaseSpace_t