23#ifndef _SPECTRAL_FUNCTION_1D_H_
24#define _SPECTRAL_FUNCTION_1D_H_
47 double Prob (
double p,
double w,
const Target & t)
const;
virtual double Prob(double p, double w, const Target &) const =0
virtual bool GenerateNucleon(const Target &) const =0
A registry. Provides the container for algorithm configuration parameters.
virtual ~SpectralFunc1d()
map< int, double > fMaxProb
Max SF(k) probability used in rejection method.
NuclearModel_t ModelType(const Target &) const
bool fUseRFGMomentumCutoff
double Prob(double p, double w, const Target &t) const
bool GenerateNucleon(const Target &t) const
map< int, Spline * > fSFk
All available spectral funcs integrated over removal energy.
map< int, Spline * > fSFw
Average nucleon removal as a function of pF - computed from the spectral function.
void Configure(const Registry &config)
map< int, double > fNucRmvE
Removal energies as used in FG model.
A numeric analysis tool class for interpolating 1-D functions.
A Neutrino Interaction Target. Is a transparent encapsulation of quite different physical systems suc...
THE MAIN GENIE PROJECT NAMESPACE
enum genie::ENuclearModel NuclearModel_t