Class Reference for E1039 Core & Analysis Software
TraceHepMCParticle.h
Go to the documentation of this file.
1 #ifndef _TRACE_HEPMC_PARTICLE__H_
2 #define _TRACE_HEPMC_PARTICLE__H_
3 #include <fun4all/SubsysReco.h>
4 namespace HepMC {
5  class GenParticle;
6 };
8 
11  PHHepMCGenEventMap* m_mcgem;
12 
13  public:
15  virtual ~TraceHepMCParticle() {;}
16  int Init(PHCompositeNode *topNode);
17  int InitRun(PHCompositeNode *topNode);
18  int process_event(PHCompositeNode *topNode);
19  int End(PHCompositeNode *topNode);
20 
21  private:
22  void PrintParticles();
23  void PrintTraces(const int pdg_id);
24  void TraceParent(const HepMC::GenParticle* par, const int depth=1);
25 };
26 
27 #endif // _TRACE_HEPMC_PARTICLE__H_
PHHepMCGenEventMap is collection of HEPMC events input into this simulation map of embedding ID -> PH...
A SubsysReco module to trace particle productions and decays using the HepMC container.
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int process_event(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)