47 double hitNucleonRadius)
const;
53 double Prob (
double p,
double w,
const Target & t)
const {
54 return Prob(p,w,t,0.0);
85 #endif // _LOCAL_FGM_H_ double Prob(double p, double w, const Target &t) const
THE MAIN GENIE PROJECT NAMESPACE
double Prob(double p, double w, const Target &t, double hitNucleonRadius) const
Pure abstract base class. Defines the NuclearModelI interface to be implemented by any physics model ...
NuclearModel_t ModelType(const Target &) const
local Fermi gas model. Implements the NuclearModelI interface.
map< int, double > fNucRmvE
A Neutrino Interaction Target. Is a transparent encapsulation of quite different physical systems suc...
bool GenerateNucleon(const Target &t, double hitNucleonRadius) const
bool GenerateNucleon(const Target &t) const
TH1D * ProbDistro(const Target &t, double r) const
enum genie::ENuclearModel NuclearModel_t
A registry. Provides the container for algorithm configuration parameters.
virtual double LocalFermiMomentum(const Target &t, int nucleon_pdg, double radius) const
virtual bool GenerateNucleon(const Target &) const =0
void Configure(const Registry &config)
virtual double Prob(double p, double w, const Target &) const =0