Class Reference for E1039 Core & Analysis Software
|
Public Member Functions | |
PHHepMCParticleSelectorDecayProductChain (const std::string &name="PARTICLESELECTOR") | |
virtual | ~PHHepMCParticleSelectorDecayProductChain () |
int | InitRun (PHCompositeNode *topNode) |
int | process_event (PHCompositeNode *topNode) |
virtual void | SetParticle (const int pid) |
Set the ID of the particle you want in your output. More... | |
virtual void | AddAncestor (const int pid) |
Add an ancestor of the particle you want in your output. More... | |
virtual void | AddDaughter (const int pid) |
Add decay products of the particle you want in your output. More... | |
int | get_embedding_id () const |
void | set_embedding_id (int id) |
![]() | |
virtual | ~SubsysReco () |
virtual int | End (PHCompositeNode *) |
Called at the end of all processing. More... | |
virtual int | EndRun (const int) |
Called at the end of each run. More... | |
virtual int | Init (PHCompositeNode *) |
virtual int | Reset (PHCompositeNode *) |
Reset. More... | |
virtual int | ResetEvent (PHCompositeNode *) |
Clean up after each event. More... | |
virtual void | Print (const std::string &what="ALL") const |
![]() | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. More... | |
virtual void | Name (const std::string &name) |
Sets the name of this module. More... | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual int | Verbosity () const |
Gets the verbosity of this module. More... | |
Protected Member Functions | |
HepMC::GenParticle * | GetParent (HepMC::GenParticle *p, HepMC::GenEvent *event) |
find out if a particle comes from one of _theAncestors More... | |
![]() | |
SubsysReco (const std::string &name="NONAME") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Protected Attributes | |
int | _theParticle |
The particle you want to have in your output. More... | |
std::vector< int > | _theDaughters |
std::vector< int > | _theAncestors |
int | _embedding_id |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Additional Inherited Members | |
![]() | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0 , VERBOSITY_SOME = 1 , VERBOSITY_MORE = 2 , VERBOSITY_EVEN_MORE = 3 , VERBOSITY_A_LOT = 4 , VERBOSITY_MAX = INT_MAX - 10 } |
Particle selector for HepMC based events Will write out only _theParticle and _theDaughters (if specified) Special case: when _theParticle=0, all particles in _theDaughers list will be written out no matter where they come from
Definition at line 15 of file PHHepMCParticleSelectorDecayProductChain.h.
PHHepMCParticleSelectorDecayProductChain::PHHepMCParticleSelectorDecayProductChain | ( | const std::string & | name = "PARTICLESELECTOR" | ) |
Definition at line 16 of file PHHepMCParticleSelectorDecayProductChain.cc.
References _theParticle.
|
inlinevirtual |
Definition at line 19 of file PHHepMCParticleSelectorDecayProductChain.h.
|
virtual |
Add an ancestor of the particle you want in your output.
Definition at line 272 of file PHHepMCParticleSelectorDecayProductChain.cc.
References _theAncestors.
|
virtual |
Add decay products of the particle you want in your output.
Definition at line 278 of file PHHepMCParticleSelectorDecayProductChain.cc.
References _theDaughters.
|
inline |
embedding ID for the event to be processed positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background
Definition at line 37 of file PHHepMCParticleSelectorDecayProductChain.h.
References _embedding_id.
|
protected |
find out if a particle comes from one of _theAncestors
Definition at line 28 of file PHHepMCParticleSelectorDecayProductChain.cc.
References _theAncestors, and NULL.
Referenced by process_event().
|
virtual |
Called for first event when run number is known. Typically this is where you may want to fetch data from database, because you know the run number.
Reimplemented from SubsysReco.
Definition at line 23 of file PHHepMCParticleSelectorDecayProductChain.cc.
References Fun4AllReturnCodes::EVENT_OK.
|
virtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
Definition at line 52 of file PHHepMCParticleSelectorDecayProductChain.cc.
References _embedding_id, _theAncestors, _theDaughters, _theParticle, Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::DISCARDEVENT, Fun4AllReturnCodes::EVENT_OK, PHHepMCGenEventMap::get(), PHHepMCGenEvent::getEvent(), GetParent(), PHWHERE, and Fun4AllBase::verbosity.
|
inline |
embedding ID for the event to be processed positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background
Definition at line 43 of file PHHepMCParticleSelectorDecayProductChain.h.
References _embedding_id.
|
virtual |
Set the ID of the particle you want in your output.
Definition at line 266 of file PHHepMCParticleSelectorDecayProductChain.cc.
References _theParticle.
|
protected |
positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background
Definition at line 61 of file PHHepMCParticleSelectorDecayProductChain.h.
Referenced by get_embedding_id(), process_event(), and set_embedding_id().
|
protected |
List of possible ancestors of the particle you want in your output Ignored if empty
Definition at line 56 of file PHHepMCParticleSelectorDecayProductChain.h.
Referenced by AddAncestor(), GetParent(), and process_event().
|
protected |
List of possible decay products of the particle you want in your output Ignored if empty
Definition at line 53 of file PHHepMCParticleSelectorDecayProductChain.h.
Referenced by AddDaughter(), and process_event().
|
protected |
The particle you want to have in your output.
Definition at line 50 of file PHHepMCParticleSelectorDecayProductChain.h.
Referenced by PHHepMCParticleSelectorDecayProductChain(), process_event(), and SetParticle().