29 #ifndef _BARDIN_IMD_RADIATIVE_CORRECTIONS_PARTIAL_XSEC_H_ 30 #define _BARDIN_IMD_RADIATIVE_CORRECTIONS_PARTIAL_XSEC_H_ 32 #include <Math/IFunction.h> 37 class XSecIntegratorI;
63 double Li2 (
double z)
const;
64 double Fa (
double re,
double r,
double y)
const;
65 double P (
int i,
double r,
double y)
const;
66 double C (
int i,
int k,
double r)
const;
100 unsigned int NDim (
void)
const;
101 double DoEval (
double xin)
const;
102 ROOT::Math::IBaseFunctionOneDim * Clone (
void)
const;
112 #endif // _BARDIN_IMD_RADIATIVE_CORRECTIONS_PARTIAL_XSEC_H_ Cross Section Calculation Interface.
void Configure(const Registry &config)
THE MAIN GENIE PROJECT NAMESPACE
Cross Section Integrator Interface.
enum genie::EKinePhaseSpace KinePhaseSpace_t
virtual ~BardinIMDRadCorPXSec()
Summary information for an interaction.
double P(int i, double r, double y) const
double C(int i, int k, double r) const
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
double Li2(double z) const
A registry. Provides the container for algorithm configuration parameters.
const XSecIntegratorI * fXSecIntegrator
differential x-sec integrator
double Fa(double re, double r, double y) const
Computes the Inverse Muon Decay (IMD) diff. cross section using the Bardin-Dokuchaeva including all 1...
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
double Integral(const Interaction *i) const