Interface to drive the a second nucleon emission from a nucleus Specfic impelmentations will have different physics.
More...
|
virtual bool | EmitSecondNucleon (GHepRecord *evrec, const int eject_nucleon_pdg) const |
|
| SecondNucleonEmissionI (string name) |
|
| SecondNucleonEmissionI (string name, string config) |
|
void | LoadConfig (void) |
|
| EventRecordVisitorI () |
|
| EventRecordVisitorI (string name) |
|
| EventRecordVisitorI (string name, string config) |
|
| 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...
|
|
Interface to drive the a second nucleon emission from a nucleus Specfic impelmentations will have different physics.
- Author
- Afroditi Papadopoulou <apapadop mit.edu> Massachusetts Institute of Technology - October 04, 2019 Marco Roda <mroda liverpool.ac.uk> University of Liverpool
October 04, 2019
Copyright (c) 2003-2019, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org or see $GENIE/LICENSE
Definition at line 33 of file SecondNucleonEmissionI.h.