Class Reference for E1039 Core & Analysis Software
PHHepMCParticleSelectorDecayProductChain Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/generators/phhepmc/PHHepMCParticleSelectorDecayProductChain.h>

+ Inheritance diagram for PHHepMCParticleSelectorDecayProductChain:
+ Collaboration diagram for PHHepMCParticleSelectorDecayProductChain:

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)
 
- Public Member Functions inherited from SubsysReco
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
 
- Public Member Functions inherited from Fun4AllBase
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...
 
- Protected Member Functions inherited from SubsysReco
 SubsysReco (const std::string &name="NONAME")
 
- Protected Member Functions inherited from Fun4AllBase
 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
 
- Protected Attributes inherited from Fun4AllBase
std::string ThisName
 
int verbosity
 The verbosity level. 0 means not verbose at all. More...
 

Additional Inherited Members

- Public Types inherited from Fun4AllBase
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
}
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PHHepMCParticleSelectorDecayProductChain()

PHHepMCParticleSelectorDecayProductChain::PHHepMCParticleSelectorDecayProductChain ( const std::string &  name = "PARTICLESELECTOR")

Definition at line 16 of file PHHepMCParticleSelectorDecayProductChain.cc.

References _theParticle.

◆ ~PHHepMCParticleSelectorDecayProductChain()

virtual PHHepMCParticleSelectorDecayProductChain::~PHHepMCParticleSelectorDecayProductChain ( )
inlinevirtual

Definition at line 19 of file PHHepMCParticleSelectorDecayProductChain.h.

Member Function Documentation

◆ AddAncestor()

void PHHepMCParticleSelectorDecayProductChain::AddAncestor ( const int  pid)
virtual

Add an ancestor of the particle you want in your output.

Definition at line 272 of file PHHepMCParticleSelectorDecayProductChain.cc.

References _theAncestors.

◆ AddDaughter()

void PHHepMCParticleSelectorDecayProductChain::AddDaughter ( const int  pid)
virtual

Add decay products of the particle you want in your output.

Definition at line 278 of file PHHepMCParticleSelectorDecayProductChain.cc.

References _theDaughters.

◆ get_embedding_id()

int PHHepMCParticleSelectorDecayProductChain::get_embedding_id ( ) const
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.

◆ GetParent()

HepMC::GenParticle * PHHepMCParticleSelectorDecayProductChain::GetParent ( HepMC::GenParticle *  p,
HepMC::GenEvent *  event 
)
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().

+ Here is the caller graph for this function:

◆ InitRun()

int PHHepMCParticleSelectorDecayProductChain::InitRun ( PHCompositeNode )
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.

◆ process_event()

int PHHepMCParticleSelectorDecayProductChain::process_event ( PHCompositeNode )
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.

+ Here is the call graph for this function:

◆ set_embedding_id()

void PHHepMCParticleSelectorDecayProductChain::set_embedding_id ( int  id)
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.

◆ SetParticle()

void PHHepMCParticleSelectorDecayProductChain::SetParticle ( const int  pid)
virtual

Set the ID of the particle you want in your output.

Definition at line 266 of file PHHepMCParticleSelectorDecayProductChain.cc.

References _theParticle.

Member Data Documentation

◆ _embedding_id

int PHHepMCParticleSelectorDecayProductChain::_embedding_id
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().

◆ _theAncestors

std::vector<int> PHHepMCParticleSelectorDecayProductChain::_theAncestors
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().

◆ _theDaughters

std::vector<int> PHHepMCParticleSelectorDecayProductChain::_theDaughters
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().

◆ _theParticle

int PHHepMCParticleSelectorDecayProductChain::_theParticle
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().


The documentation for this class was generated from the following files: