The INTRANUKE intranuclear hadron transport MC. Is a concrete implementation of the EventRecordVisitorI interface. More...
#include <Intranuke.h>
Public Member Functions | |
Intranuke () | |
Intranuke (string name) | |
Intranuke (string name, string config) | |
~Intranuke () | |
virtual void | ProcessEventRecord (GHepRecord *event_rec) const |
void | Configure (const Registry &config) |
void | Configure (string param_set) |
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 bool | 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 |
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... | |
INukeHadroData * | fHadroData |
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... | |
double | fChPionMFPScale |
tweaking factors for tuning More... | |
double | fNeutralPionMFPScale |
double | fPionFracCExScale |
double | fPionFracElasScale |
double | fPionFracInelScale |
double | fPionFracAbsScale |
double | fPionFracPiProdScale |
double | fNucleonMFPScale |
double | fNucleonFracCExScale |
double | fNucleonFracElasScale |
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) |
The INTRANUKE intranuclear hadron transport MC. Is a concrete implementation of the EventRecordVisitorI interface.
R.Merenyi et al., Phys.Rev.D45 (1992) R.D.Ransome, Nucl.Phys.B 139 (2005)
Current INTRANUKE development is led by S.Dytman and H.Gallagher. The original INTRANUKE cascade MC was developed (in fortran) for the NeuGEN MC by R.Edgecock, G.F.Pearce, W.A.Mann, R.Merenyi and others.
September 20, 2005
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
Definition at line 54 of file Intranuke.h.
Intranuke::Intranuke | ( | ) |
Definition at line 91 of file Intranuke.cxx.
Intranuke::Intranuke | ( | string | name | ) |
Definition at line 97 of file Intranuke.cxx.
Definition at line 103 of file Intranuke.cxx.
Intranuke::~Intranuke | ( | ) |
Definition at line 109 of file Intranuke.cxx.
|
protected |
Definition at line 231 of file Intranuke.cxx.
|
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 425 of file Intranuke.cxx.
|
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 431 of file Intranuke.cxx.
|
protected |
Definition at line 393 of file Intranuke.cxx.
|
protected |
Definition at line 151 of file Intranuke.cxx.
|
protectedpure virtual |
Implemented in genie::HAIntranuke.
|
protected |
Definition at line 248 of file Intranuke.cxx.
|
protectedpure virtual |
Implemented in genie::HAIntranuke.
|
protected |
Definition at line 212 of file Intranuke.cxx.
|
virtual |
Implements genie::EventRecordVisitorI.
Reimplemented in genie::HAIntranuke.
Definition at line 114 of file Intranuke.cxx.
|
protected |
Definition at line 197 of file Intranuke.cxx.
|
protectedpure virtual |
Implemented in genie::HAIntranuke.
|
protected |
Definition at line 255 of file Intranuke.cxx.
|
friend |
Definition at line 56 of file Intranuke.h.
|
protected |
algorithm factory instance
Definition at line 94 of file Intranuke.h.
|
protected |
tweaking factors for tuning
Definition at line 117 of file Intranuke.h.
|
protected |
factor by which Nucleon Compton wavelength gets multiplied to become nuclear size enhancement
Definition at line 106 of file Intranuke.h.
|
protected |
factor by which Pion Compton wavelength gets multiplied to become nuclear size enhancement
Definition at line 105 of file Intranuke.h.
|
protected |
whether or not to do compound nucleus considerations
Definition at line 115 of file Intranuke.h.
|
protected |
whether or not to do fermi mom.
Definition at line 113 of file Intranuke.h.
|
protected |
whether or not to do mass diff. mode
Definition at line 114 of file Intranuke.h.
|
protected |
threshold for pre-equilibrium reaction
Definition at line 110 of file Intranuke.h.
|
protected |
testing parameter to modify fermi momentum
Definition at line 111 of file Intranuke.h.
|
protected |
whether or not particle collision is pauli blocked
Definition at line 112 of file Intranuke.h.
|
mutableprotected |
a phase space generator
Definition at line 92 of file Intranuke.h.
|
mutableprotected |
event generation mode (lepton+A, hadron+A, ...)
Definition at line 99 of file Intranuke.h.
|
protected |
a collection of h+N,h+A data & calculations
Definition at line 93 of file Intranuke.h.
|
protected |
step size for intranuclear hadron transport
Definition at line 107 of file Intranuke.h.
|
protected |
Definition at line 118 of file Intranuke.h.
|
protected |
param multiplying the nuclear radius, determining how far to track hadrons beyond the "nuclear boundary"
Definition at line 103 of file Intranuke.h.
|
protected |
absorption xsec correction factor (hN Mode)
Definition at line 108 of file Intranuke.h.
|
protected |
charge exchange xsec correction factor (hN Mode)
Definition at line 109 of file Intranuke.h.
|
protected |
Definition at line 128 of file Intranuke.h.
|
protected |
Definition at line 125 of file Intranuke.h.
|
protected |
Definition at line 126 of file Intranuke.h.
|
protected |
Definition at line 127 of file Intranuke.h.
|
protected |
Definition at line 129 of file Intranuke.h.
|
protected |
Definition at line 124 of file Intranuke.h.
|
protected |
nuclear model used to generate fermi momentum
Definition at line 95 of file Intranuke.h.
|
protected |
binding energy to subtract from cascade nucleons
Definition at line 104 of file Intranuke.h.
|
protected |
Definition at line 122 of file Intranuke.h.
|
protected |
Definition at line 119 of file Intranuke.h.
|
protected |
Definition at line 120 of file Intranuke.h.
|
protected |
Definition at line 121 of file Intranuke.h.
|
protected |
Definition at line 123 of file Intranuke.h.
|
protected |
effective nuclear size param
Definition at line 102 of file Intranuke.h.
|
mutableprotected |
remnant nucleus A
Definition at line 96 of file Intranuke.h.
|
mutableprotected |
P4 of remnant system.
Definition at line 98 of file Intranuke.h.
|
mutableprotected |
remnant nucleus Z
Definition at line 97 of file Intranuke.h.
|
mutableprotected |
tracking radius for the nucleus in the current event
Definition at line 91 of file Intranuke.h.