|
GENIEGenerator
|
Andreopoulos - Gallagher (AG) GENIE Charm Hadronization model. More...
#include <AGCharmPythia6Hadro2023.h>
Public Member Functions | |
| AGCharmPythia6Hadro2023 () | |
| AGCharmPythia6Hadro2023 (string config) | |
| virtual | ~AGCharmPythia6Hadro2023 () |
| Public Member Functions inherited from genie::AGCharmPythiaBaseHadro2023 | |
| void | ProcessEventRecord (GHepRecord *event) 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. | |
| virtual AlgStatus_t | GetStatus (void) const |
| Get algorithm status. | |
| virtual bool | AllowReconfig (void) const |
| virtual AlgCmp_t | Compare (const Algorithm *alg) const |
| Compare with input algorithm. | |
| virtual void | SetId (const AlgId &id) |
| Set algorithm ID. | |
| 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. | |
Private Member Functions | |
| void | Initialize (void) const |
| bool | HadronizeRemnant (int qrkSyst1, int qrkSyst2, double WR, TLorentzVector p4R, unsigned int &rpos, TClonesArray *particle_list) const |
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) |
| Protected Member Functions inherited from genie::AGCharmPythiaBaseHadro2023 | |
| AGCharmPythiaBaseHadro2023 () | |
| AGCharmPythiaBaseHadro2023 (string config) | |
| AGCharmPythiaBaseHadro2023 (string name, string config) | |
| virtual | ~AGCharmPythiaBaseHadro2023 () |
| void | LoadConfig (void) |
| void | Initialize (void) const |
| void | Configure (const Registry &config) |
| void | Configure (string config) |
| 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. | |
| 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. | |
| 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. | |
| 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 | |
| int | AddLowRegistry (Registry *rp, bool owns=true) |
| add registry with lowest priority, also update ownership | |
| int | MergeTopRegistry (const Registry &r) |
| int | AddTopRegisties (const vector< Registry * > &rs, bool owns=false) |
| Add registries with top priority, also udated Ownerships. | |
| Protected Attributes inherited from genie::Algorithm | |
| bool | fAllowReconfig |
| bool | fOwnsSubstruc |
| true if it owns its substructure (sub-algs,...) | |
| AlgId | fID |
| algorithm name and configuration set | |
| vector< Registry * > | fConfVect |
| vector< bool > | fOwnerships |
| ownership for every registry in fConfVect | |
| AlgStatus_t | fStatus |
| algorithm execution status | |
| AlgMap * | fOwnedSubAlgMp |
| local pool for owned sub-algs (taken out of the factory pool) | |
Andreopoulos - Gallagher (AG) GENIE Charm Hadronization model.
The model relies on empirical charm fragmentation and pT functions,
as well as on experimentally-determined charm fractions, to produce
the ID and 4-momentum of charmed hadron in charm production events.
The remnant (non-charm) system is hadronised by a call to PYTHIA.
Is a concrete implementation of the EventRecordVisitorI interface.
Hugh Gallagher galla.nosp@m.g@mi.nosp@m.nos.p.nosp@m.hy.t.nosp@m.ufts..nosp@m.edu Tufts University
Definition at line 44 of file AGCharmPythia6Hadro2023.h.
| AGCharmPythia6Hadro2023::AGCharmPythia6Hadro2023 | ( | ) |
Definition at line 59 of file AGCharmPythia6Hadro2023.cxx.
References genie::AGCharmPythiaBaseHadro2023::AGCharmPythiaBaseHadro2023(), and Initialize().
| AGCharmPythia6Hadro2023::AGCharmPythia6Hadro2023 | ( | string | config | ) |
Definition at line 65 of file AGCharmPythia6Hadro2023.cxx.
References genie::AGCharmPythiaBaseHadro2023::AGCharmPythiaBaseHadro2023(), and Initialize().
|
virtual |
Definition at line 71 of file AGCharmPythia6Hadro2023.cxx.
|
privatevirtual |
Implements genie::AGCharmPythiaBaseHadro2023.
Definition at line 95 of file AGCharmPythia6Hadro2023.cxx.
References genie::GHepParticle::FirstDaughter(), genie::GHepParticle::FirstMother(), genie::gAbortingInErr, genie::kPdgP33m1232_Delta0, genie::kPdgP33m1232_DeltaM, genie::kPdgP33m1232_DeltaP, genie::kPdgP33m1232_DeltaPP, genie::kPdgPi0, genie::GHepParticle::LastDaughter(), LOG, pFATAL, and py2ent_().
|
private |
Definition at line 76 of file AGCharmPythia6Hadro2023.cxx.
References genie::gAbortingInErr, genie::AGCharmPythiaBaseHadro2023::Initialize(), genie::RandomGen::Instance(), LOG, and pFATAL.
Referenced by AGCharmPythia6Hadro2023(), and AGCharmPythia6Hadro2023().