21 #ifndef _COHERENT_ELASTIC_PXSEC_H_ 22 #define _COHERENT_ELASTIC_PXSEC_H_ 28 class XSecIntegratorI;
56 #endif // _COHERENT_ELASTIC_PXSEC_H_ Cross Section Calculation Interface.
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
Differential cross section for v+As coherent elastic scattering. Is a concrete implementation of the ...
THE MAIN GENIE PROJECT NAMESPACE
Cross Section Integrator Interface.
double fSin2thw
sin^2(weinberg angle)
enum genie::EKinePhaseSpace KinePhaseSpace_t
double Integral(const Interaction *i) const
Summary information for an interaction.
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.
const XSecIntegratorI * fXSecIntegrator
cross section integrator
void Configure(const Registry &config)
A registry. Provides the container for algorithm configuration parameters.
virtual ~COHElasticPXSec()