GENIEGenerator
|
#include <Intranuke2018.h>
Public Member Functions | |
Intranuke2018 () | |
Intranuke2018 (string name) | |
Intranuke2018 (string name, string config) | |
~Intranuke2018 () | |
virtual void | ProcessEventRecord (GHepRecord *event_rec) const |
virtual void | Configure (const Registry &config) |
virtual void | Configure (string param_set) |
virtual string | GetINukeMode () const |
virtual string | GetGenINukeMode () const |
void | SetRemnA (int A) |
void | SetRemnZ (int Z) |
double | GetRemnA () const |
double | GetRemnZ () const |
double | GetR0 () const |
double | GetNR () const |
double | GetDelRPion () const |
double | GetDelRNucleon () const |
double | GetNucRmvE () const |
double | GetHadStep () const |
bool | GetUseOset () const |
bool | GetAltOset () const |
bool | GetXsecNNCorr () const |
Public Member Functions inherited from genie::EventRecordVisitorI | |
virtual | ~EventRecordVisitorI () |
Public Member Functions inherited from genie::Algorithm | |
virtual | ~Algorithm () |
virtual void | FindConfig (void) |
virtual const Registry & | GetConfig (void) const |
Registry * | GetOwnedConfig (void) |
virtual const AlgId & | Id (void) const |
Get algorithm ID. More... | |
virtual AlgStatus_t | GetStatus (void) const |
Get algorithm status. More... | |
virtual bool | AllowReconfig (void) const |
virtual AlgCmp_t | Compare (const Algorithm *alg) const |
Compare with input algorithm. More... | |
virtual void | SetId (const AlgId &id) |
Set algorithm ID. More... | |
virtual void | SetId (string name, string config) |
const Algorithm * | SubAlg (const RgKey ®istry_key) const |
void | AdoptConfig (void) |
void | AdoptSubstructure (void) |
virtual void | Print (ostream &stream) const |
Print algorithm info. More... | |
Protected Member Functions | |
virtual void | LoadConfig (void)=0 |
void | TransportHadrons (GHepRecord *ev) const |
void | GenerateVertex (GHepRecord *ev) const |
bool | NeedsRescattering (const GHepParticle *p) const |
bool | CanRescatter (const GHepParticle *p) const |
bool | IsInNucleus (const GHepParticle *p) const |
void | SetTrackingRadius (const GHepParticle *p) const |
double | GenerateStep (GHepRecord *ev, GHepParticle *p) const |
virtual void | SimulateHadronicFinalState (GHepRecord *ev, GHepParticle *p) const =0 |
virtual int | HandleCompoundNucleus (GHepRecord *ev, GHepParticle *p, int mom) const =0 |
Protected Member Functions inherited from genie::EventRecordVisitorI | |
EventRecordVisitorI () | |
EventRecordVisitorI (string name) | |
EventRecordVisitorI (string name, string config) | |
Protected Member Functions inherited from genie::Algorithm | |
Algorithm () | |
Algorithm (string name) | |
Algorithm (string name, string config) | |
void | Initialize (void) |
void | DeleteConfig (void) |
void | DeleteSubstructure (void) |
Registry * | ExtractLocalConfig (const Registry &in) const |
Registry * | ExtractLowerConfig (const Registry &in, const string &alg_key) const |
Split an incoming configuration Registry into a block valid for the sub-algo identified by alg_key. More... | |
template<class T > | |
bool | GetParam (const RgKey &name, T &p, bool is_top_call=true) const |
template<class T > | |
bool | GetParamDef (const RgKey &name, T &p, const T &def) const |
template<class T > | |
int | GetParamVect (const std::string &comm_name, std::vector< T > &v, bool is_top_call=true) const |
Handle to load vectors of parameters. More... | |
int | GetParamVectKeys (const std::string &comm_name, std::vector< RgKey > &k, bool is_top_call=true) const |
template<class T > | |
int | GetParamMat (const std::string &comm_name, TMatrixT< T > &mat, bool is_top_call=true) const |
Handle to load matrix of parameters. More... | |
template<class T > | |
int | GetParamMatSym (const std::string &comm_name, TMatrixTSym< T > &mat, bool is_top_call=true) const |
int | GetParamMatKeys (const std::string &comm_name, std::vector< RgKey > &k, bool is_top_call=true) const |
int | AddTopRegistry (Registry *rp, bool owns=true) |
add registry with top priority, also update ownership More... | |
int | AddLowRegistry (Registry *rp, bool owns=true) |
add registry with lowest priority, also update ownership More... | |
int | MergeTopRegistry (const Registry &r) |
int | AddTopRegisties (const vector< Registry * > &rs, bool owns=false) |
Add registries with top priority, also udated Ownerships. More... | |
Protected Attributes | |
double | fTrackingRadius |
tracking radius for the nucleus in the current event More... | |
TGenPhaseSpace | fGenPhaseSpace |
a phase space generator More... | |
INukeHadroData2018 * | fHadroData2018 |
a collection of h+N,h+A data & calculations More... | |
AlgFactory * | fAlgf |
algorithm factory instance More... | |
const NuclearModelI * | fNuclmodel |
nuclear model used to generate fermi momentum More... | |
int | fRemnA |
remnant nucleus A More... | |
int | fRemnZ |
remnant nucleus Z More... | |
TLorentzVector | fRemnP4 |
P4 of remnant system. More... | |
GEvGenMode_t | fGMode |
event generation mode (lepton+A, hadron+A, ...) More... | |
double | fR0 |
effective nuclear size param More... | |
double | fNR |
param multiplying the nuclear radius, determining how far to track hadrons beyond the "nuclear boundary" More... | |
double | fNucRmvE |
binding energy to subtract from cascade nucleons More... | |
double | fDelRPion |
factor by which Pion Compton wavelength gets multiplied to become nuclear size enhancement More... | |
double | fDelRNucleon |
factor by which Nucleon Compton wavelength gets multiplied to become nuclear size enhancement More... | |
double | fHadStep |
step size for intranuclear hadron transport More... | |
double | fNucAbsFac |
absorption xsec correction factor (hN Mode) More... | |
double | fNucCEXFac |
charge exchange xsec correction factor (hN Mode) More... | |
double | fEPreEq |
threshold for pre-equilibrium reaction More... | |
double | fFermiFac |
testing parameter to modify fermi momentum More... | |
double | fFermiMomentum |
whether or not particle collision is pauli blocked More... | |
bool | fDoFermi |
whether or not to do fermi mom. More... | |
bool | fDoMassDiff |
whether or not to do mass diff. mode More... | |
bool | fDoCompoundNucleus |
whether or not to do compound nucleus considerations More... | |
bool | fUseOset |
Oset model for low energy pion in hN. More... | |
bool | fAltOset |
NuWro's table-based implementation (not recommended) More... | |
bool | fXsecNNCorr |
use nuclear medium correction for NN cross section More... | |
double | fChPionMFPScale |
tweaking factors for tuning More... | |
double | fNeutralPionMFPScale |
double | fPionFracCExScale |
double | fPionFracInelScale |
double | fChPionFracAbsScale |
double | fNeutralPionFracAbsScale |
double | fPionFracPiProdScale |
double | fNucleonMFPScale |
double | fNucleonFracCExScale |
double | fNucleonFracInelScale |
double | fNucleonFracAbsScale |
double | fNucleonFracPiProdScale |
Protected Attributes inherited from genie::Algorithm | |
bool | fAllowReconfig |
bool | fOwnsSubstruc |
true if it owns its substructure (sub-algs,...) More... | |
AlgId | fID |
algorithm name and configuration set More... | |
vector< Registry * > | fConfVect |
vector< bool > | fOwnerships |
ownership for every registry in fConfVect More... | |
AlgStatus_t | fStatus |
algorithm execution status More... | |
AlgMap * | fOwnedSubAlgMp |
local pool for owned sub-algs (taken out of the factory pool) More... | |
Friends | |
class | IntranukeTester |
Additional Inherited Members | |
Static Public Member Functions inherited from genie::Algorithm | |
static string | BuildParamVectKey (const std::string &comm_name, unsigned int i) |
static string | BuildParamVectSizeKey (const std::string &comm_name) |
static string | BuildParamMatKey (const std::string &comm_name, unsigned int i, unsigned int j) |
static string | BuildParamMatRowSizeKey (const std::string &comm_name) |
static string | BuildParamMatColSizeKey (const std::string &comm_name) |
Definition at line 54 of file Intranuke2018.h.
Intranuke2018::Intranuke2018 | ( | ) |
Definition at line 96 of file Intranuke2018.cxx.
Intranuke2018::Intranuke2018 | ( | string | name | ) |
Definition at line 102 of file Intranuke2018.cxx.
Intranuke2018::Intranuke2018 | ( | string | name, |
string | config | ||
) |
Definition at line 108 of file Intranuke2018.cxx.
Intranuke2018::~Intranuke2018 | ( | ) |
Definition at line 114 of file Intranuke2018.cxx.
|
protected |
Definition at line 236 of file Intranuke2018.cxx.
References genie::kPdgKP, genie::kPdgNeutron, genie::kPdgPi0, genie::kPdgPiM, genie::kPdgPiP, genie::kPdgProton, and genie::GHepParticle::Pdg().
Referenced by TransportHadrons().
|
virtual |
Configure the algorithm with an external registry The registry is merged with the top level registry if it is owned, Otherwise a copy of it is added with the highest priority
Reimplemented from genie::Algorithm.
Definition at line 432 of file Intranuke2018.cxx.
References genie::Algorithm::Configure(), and LoadConfig().
|
virtual |
Configure the algorithm from the AlgoConfigPool based on param_set string given in input An algorithm contains a vector of registries coming from different xml configuration files, which are loaded according a very precise prioriy This methods will load a number registries in order of priority: 1) "Tunable" parameter set from CommonParametes. This is loaded with the highest prioriry and it is designed to be used for tuning procedure Usage not expected from the user. 2) For every string defined in "CommonParame" the corresponding parameter set will be loaded from CommonParameter.xml 3) parameter set specified by the config string and defined in the xml file of the algorithm 4) if config is not "Default" also the Default parameter set from the same xml file will be loaded Effectively this avoids the repetion of a parameter when it is not changed in the requested configuration
Reimplemented from genie::Algorithm.
Definition at line 438 of file Intranuke2018.cxx.
References genie::Algorithm::Configure(), and LoadConfig().
|
protected |
Definition at line 393 of file Intranuke2018.cxx.
References genie::RandomGen::Instance(), genie::kPdgNeutron, genie::kPdgPi0, genie::kPdgPiM, genie::kPdgPiP, genie::kPdgProton, LOG, genie::utils::intranuke2018::MeanFreePath(), pDEBUG, and genie::RandomGen::RndFsi().
Referenced by TransportHadrons().
|
protected |
Definition at line 156 of file Intranuke2018.cxx.
References epsilon, fTrackingRadius, genie::RandomGen::Instance(), genie::pdg::IsIon(), genie::pdg::IsPseudoParticle(), LOG, genie::GHepParticle::P4(), genie::GHepParticle::Pdg(), pNOTICE, genie::GHepRecord::Probe(), genie::RandomGen::RndFsi(), genie::GHepParticle::SetPosition(), genie::GHepRecord::TargetNucleus(), and genie::utils::print::Vec3AsString().
Referenced by ProcessEventRecord().
|
inline |
Definition at line 92 of file Intranuke2018.h.
References fAltOset.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
inline |
Definition at line 86 of file Intranuke2018.h.
References fDelRNucleon.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
inline |
Definition at line 85 of file Intranuke2018.h.
References fDelRPion.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
inlinevirtual |
Reimplemented in genie::HAIntranuke2018, and genie::HNIntranuke2018.
Definition at line 73 of file Intranuke2018.h.
|
inline |
Definition at line 89 of file Intranuke2018.h.
References fHadStep.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
inlinevirtual |
Reimplemented in genie::HAIntranuke2018, and genie::HNIntranuke2018.
Definition at line 72 of file Intranuke2018.h.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
inline |
Definition at line 83 of file Intranuke2018.h.
References fNR.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
inline |
Definition at line 88 of file Intranuke2018.h.
References fNucRmvE.
|
inline |
Definition at line 82 of file Intranuke2018.h.
References fR0.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
inline |
Definition at line 79 of file Intranuke2018.h.
References fRemnA.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
inline |
Definition at line 80 of file Intranuke2018.h.
References fRemnZ.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
inline |
Definition at line 91 of file Intranuke2018.h.
References fUseOset.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
inline |
Definition at line 93 of file Intranuke2018.h.
References fXsecNNCorr.
Referenced by genie::utils::intranuke2018::ProbSurvival().
|
protectedpure virtual |
Implemented in genie::HAIntranuke2018, and genie::HNIntranuke2018.
|
protected |
Definition at line 253 of file Intranuke2018.cxx.
References fHadStep, fTrackingRadius, and genie::GHepParticle::X4().
Referenced by genie::HNIntranuke2018::HandleCompoundNucleus(), and TransportHadrons().
|
protectedpure virtual |
Implemented in genie::HAIntranuke2018, and genie::HNIntranuke2018.
Referenced by Configure().
|
protected |
Definition at line 217 of file Intranuke2018.cxx.
References fGMode, genie::pdg::IsIon(), genie::kGMdHadronNucleus, genie::kGMdPhotonNucleus, genie::kIStHadronInTheNucleus, genie::kIStInitialState, genie::GHepParticle::Pdg(), and genie::GHepParticle::Status().
Referenced by TransportHadrons().
|
virtual |
Implements genie::EventRecordVisitorI.
Reimplemented in genie::HAIntranuke2018, and genie::HNIntranuke2018.
Definition at line 119 of file Intranuke2018.cxx.
References genie::GHepRecord::EventGenerationMode(), fGMode, GenerateVertex(), genie::kGMdHadronNucleus, genie::kGMdPhotonNucleus, LOG, pINFO, SetTrackingRadius(), genie::GHepRecord::TargetNucleus(), and TransportHadrons().
Referenced by genie::HAIntranuke2018::ProcessEventRecord(), and genie::HNIntranuke2018::ProcessEventRecord().
|
inline |
|
inline |
|
protected |
Definition at line 202 of file Intranuke2018.cxx.
References genie::units::A, genie::GHepParticle::A(), fNR, fR0, fTrackingRadius, genie::pdg::IsIon(), LOG, genie::GHepParticle::Pdg(), and pNOTICE.
Referenced by ProcessEventRecord().
|
protectedpure virtual |
Implemented in genie::HNIntranuke2018, and genie::HAIntranuke2018.
Referenced by TransportHadrons().
|
protected |
Definition at line 260 of file Intranuke2018.cxx.
References genie::GHepParticle::A(), genie::GHepRecord::AddParticle(), CanRescatter(), fGMode, fHadStep, genie::GHepParticle::FirstMother(), fRemnA, fRemnP4, fRemnZ, fTrackingRadius, GenerateStep(), IsInNucleus(), genie::kGMdDarkMatterNucleus, genie::kGMdHadronNucleus, genie::kGMdLeptonNucleus, genie::kGMdNucleonDecay, genie::kGMdPhotonNucleus, genie::GHepParticle::KinE(), genie::kIStFinalStateNuclearRemnant, genie::kIStIntermediateState, genie::kIStStableFinalState, genie::kPdgHadronicBlob, LOG, genie::GHepParticle::Name(), NeedsRescattering(), genie::GHepParticle::P4(), genie::GHepRecord::Particle(), pERROR, pNOTICE, genie::GHepRecord::RemnantNucleusPosition(), genie::GHepParticle::SetFirstMother(), genie::GHepParticle::SetStatus(), SimulateHadronicFinalState(), genie::utils::intranuke2018::StepParticle(), genie::GHepRecord::TargetNucleusPosition(), genie::GHepParticle::X4(), and genie::GHepParticle::Z().
Referenced by ProcessEventRecord().
|
friend |
Definition at line 56 of file Intranuke2018.h.
|
protected |
algorithm factory instance
Definition at line 117 of file Intranuke2018.h.
|
protected |
NuWro's table-based implementation (not recommended)
Definition at line 140 of file Intranuke2018.h.
Referenced by GetAltOset(), genie::HAIntranuke2018::LoadConfig(), and genie::HNIntranuke2018::LoadConfig().
|
protected |
Definition at line 147 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::HadronFateHA(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
tweaking factors for tuning
Definition at line 143 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::LoadConfig(), and genie::HNIntranuke2018::LoadConfig().
|
protected |
factor by which Nucleon Compton wavelength gets multiplied to become nuclear size enhancement
Definition at line 129 of file Intranuke2018.h.
Referenced by GetDelRNucleon(), genie::HAIntranuke2018::LoadConfig(), and genie::HNIntranuke2018::LoadConfig().
|
protected |
factor by which Pion Compton wavelength gets multiplied to become nuclear size enhancement
Definition at line 128 of file Intranuke2018.h.
Referenced by GetDelRPion(), genie::HAIntranuke2018::LoadConfig(), and genie::HNIntranuke2018::LoadConfig().
|
protected |
whether or not to do compound nucleus considerations
Definition at line 138 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::FateWeight(), genie::HNIntranuke2018::HandleCompoundNucleus(), genie::HNIntranuke2018::LoadConfig(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
whether or not to do fermi mom.
Definition at line 136 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::AbsorbHN(), genie::HNIntranuke2018::ElasHN(), genie::HNIntranuke2018::GammaInelasticHN(), genie::HNIntranuke2018::HandleCompoundNucleus(), genie::HAIntranuke2018::Inelastic(), genie::HAIntranuke2018::InelasticHA(), genie::HNIntranuke2018::InelasticHN(), genie::HAIntranuke2018::LoadConfig(), genie::HNIntranuke2018::LoadConfig(), genie::HNIntranuke2018::SimulateHadronicFinalState(), and genie::HAIntranuke2018::SimulateHadronicFinalStateKinematics().
|
protected |
whether or not to do mass diff. mode
Definition at line 137 of file Intranuke2018.h.
|
protected |
threshold for pre-equilibrium reaction
Definition at line 133 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::HandleCompoundNucleus(), genie::HNIntranuke2018::LoadConfig(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
testing parameter to modify fermi momentum
Definition at line 134 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::AbsorbHN(), genie::HNIntranuke2018::ElasHN(), genie::HNIntranuke2018::GammaInelasticHN(), genie::HNIntranuke2018::HandleCompoundNucleus(), genie::HAIntranuke2018::Inelastic(), genie::HAIntranuke2018::InelasticHA(), genie::HNIntranuke2018::InelasticHN(), genie::HAIntranuke2018::LoadConfig(), genie::HNIntranuke2018::LoadConfig(), genie::HNIntranuke2018::SimulateHadronicFinalState(), and genie::HAIntranuke2018::SimulateHadronicFinalStateKinematics().
|
protected |
whether or not particle collision is pauli blocked
Definition at line 135 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::AbsorbHN(), genie::HAIntranuke2018::Inelastic(), genie::HNIntranuke2018::InelasticHN(), genie::HNIntranuke2018::LoadConfig(), and genie::HAIntranuke2018::LoadConfig().
|
mutableprotected |
a phase space generator
Definition at line 115 of file Intranuke2018.h.
|
mutableprotected |
event generation mode (lepton+A, hadron+A, ...)
Definition at line 122 of file Intranuke2018.h.
Referenced by NeedsRescattering(), ProcessEventRecord(), and TransportHadrons().
|
protected |
a collection of h+N,h+A data & calculations
Definition at line 116 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::AbsorbHN(), genie::HNIntranuke2018::ElasHN(), genie::HNIntranuke2018::GammaInelasticHN(), genie::HAIntranuke2018::HadronFateHA(), genie::HNIntranuke2018::HadronFateHN(), genie::HAIntranuke2018::Inelastic(), genie::HAIntranuke2018::InelasticHA(), genie::HNIntranuke2018::LoadConfig(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
step size for intranuclear hadron transport
Definition at line 130 of file Intranuke2018.h.
Referenced by GetHadStep(), IsInNucleus(), genie::HNIntranuke2018::LoadConfig(), genie::HAIntranuke2018::LoadConfig(), and TransportHadrons().
|
protected |
Definition at line 148 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::HadronFateHA(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
Definition at line 144 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::LoadConfig(), and genie::HNIntranuke2018::LoadConfig().
|
protected |
param multiplying the nuclear radius, determining how far to track hadrons beyond the "nuclear boundary"
Definition at line 126 of file Intranuke2018.h.
Referenced by GetNR(), genie::HNIntranuke2018::LoadConfig(), genie::HAIntranuke2018::LoadConfig(), and SetTrackingRadius().
|
protected |
absorption xsec correction factor (hN Mode)
Definition at line 131 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::HadronFateHN(), genie::HNIntranuke2018::HadronFateOset(), genie::HNIntranuke2018::LoadConfig(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
charge exchange xsec correction factor (hN Mode)
Definition at line 132 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::HadronFateHN(), genie::HNIntranuke2018::HadronFateOset(), genie::HNIntranuke2018::LoadConfig(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
Definition at line 153 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::HadronFateHA(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
Definition at line 151 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::HadronFateHA(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
Definition at line 152 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::HadronFateHA(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
Definition at line 154 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::HadronFateHA(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
Definition at line 150 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::LoadConfig(), and genie::HNIntranuke2018::LoadConfig().
|
protected |
nuclear model used to generate fermi momentum
Definition at line 118 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::AbsorbHN(), genie::HNIntranuke2018::ElasHN(), genie::HNIntranuke2018::GammaInelasticHN(), genie::HNIntranuke2018::HandleCompoundNucleus(), genie::HAIntranuke2018::Inelastic(), genie::HAIntranuke2018::InelasticHA(), genie::HNIntranuke2018::InelasticHN(), genie::HAIntranuke2018::LoadConfig(), genie::HNIntranuke2018::LoadConfig(), genie::HNIntranuke2018::SimulateHadronicFinalState(), and genie::HAIntranuke2018::SimulateHadronicFinalStateKinematics().
|
protected |
binding energy to subtract from cascade nucleons
Definition at line 127 of file Intranuke2018.h.
Referenced by GetNucRmvE(), genie::HNIntranuke2018::HandleCompoundNucleus(), genie::HAIntranuke2018::Inelastic(), genie::HNIntranuke2018::LoadConfig(), genie::HAIntranuke2018::LoadConfig(), genie::HNIntranuke2018::SimulateHadronicFinalState(), and genie::HAIntranuke2018::SimulateHadronicFinalStateKinematics().
|
protected |
Definition at line 145 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::HadronFateHA(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
Definition at line 146 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::HadronFateHA(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
Definition at line 149 of file Intranuke2018.h.
Referenced by genie::HAIntranuke2018::HadronFateHA(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
effective nuclear size param
Definition at line 125 of file Intranuke2018.h.
Referenced by GetR0(), genie::HNIntranuke2018::LoadConfig(), genie::HAIntranuke2018::LoadConfig(), and SetTrackingRadius().
|
mutableprotected |
remnant nucleus A
Definition at line 119 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::AbsorbHN(), genie::HAIntranuke2018::ElasHA(), genie::HNIntranuke2018::ElasHN(), genie::HNIntranuke2018::FateWeight(), genie::HNIntranuke2018::GammaInelasticHN(), GetRemnA(), genie::HNIntranuke2018::HadronFateHN(), genie::HNIntranuke2018::HandleCompoundNucleus(), genie::HAIntranuke2018::Inelastic(), genie::HAIntranuke2018::InelasticHA(), genie::HNIntranuke2018::InelasticHN(), SetRemnA(), genie::HNIntranuke2018::SimulateHadronicFinalState(), genie::HAIntranuke2018::SimulateHadronicFinalStateKinematics(), and TransportHadrons().
|
mutableprotected |
P4 of remnant system.
Definition at line 121 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::AbsorbHN(), genie::HAIntranuke2018::ElasHA(), genie::HNIntranuke2018::ElasHN(), genie::HNIntranuke2018::GammaInelasticHN(), genie::HNIntranuke2018::HandleCompoundNucleus(), genie::HAIntranuke2018::Inelastic(), genie::HAIntranuke2018::InelasticHA(), genie::HNIntranuke2018::InelasticHN(), genie::HNIntranuke2018::SimulateHadronicFinalState(), genie::HAIntranuke2018::SimulateHadronicFinalStateKinematics(), and TransportHadrons().
|
mutableprotected |
remnant nucleus Z
Definition at line 120 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::AbsorbHN(), genie::HAIntranuke2018::ElasHA(), genie::HNIntranuke2018::ElasHN(), genie::HNIntranuke2018::FateWeight(), genie::HNIntranuke2018::GammaInelasticHN(), GetRemnZ(), genie::HNIntranuke2018::HadronFateHN(), genie::HNIntranuke2018::HandleCompoundNucleus(), genie::HAIntranuke2018::Inelastic(), genie::HAIntranuke2018::InelasticHA(), genie::HNIntranuke2018::InelasticHN(), SetRemnZ(), genie::HNIntranuke2018::SimulateHadronicFinalState(), genie::HAIntranuke2018::SimulateHadronicFinalStateKinematics(), and TransportHadrons().
|
mutableprotected |
tracking radius for the nucleus in the current event
Definition at line 114 of file Intranuke2018.h.
Referenced by GenerateVertex(), IsInNucleus(), SetTrackingRadius(), and TransportHadrons().
|
protected |
Oset model for low energy pion in hN.
Definition at line 139 of file Intranuke2018.h.
Referenced by genie::HNIntranuke2018::AbsorbHN(), GetUseOset(), genie::HNIntranuke2018::HadronFateHN(), genie::HNIntranuke2018::LoadConfig(), and genie::HAIntranuke2018::LoadConfig().
|
protected |
use nuclear medium correction for NN cross section
Definition at line 141 of file Intranuke2018.h.
Referenced by GetXsecNNCorr(), genie::HAIntranuke2018::LoadConfig(), and genie::HNIntranuke2018::LoadConfig().