Class Reference for E1039 Core & Analysis Software
TracePHG4Particle.h
Go to the documentation of this file.
1 #ifndef _TRACE_PHG4_PARTICLE__H_
2 #define _TRACE_PHG4_PARTICLE__H_
3 #include <fun4all/SubsysReco.h>
5 class PHG4Particle;
6 class SQEvent;
7 class SQMCEvent;
8 class SQTrackVector;
9 class SQDimuonVector;
10 
13  SQEvent* m_evt;
14  SQMCEvent* m_mcevt;
15  SQTrackVector* m_vec_trk;
16  SQDimuonVector* m_vec_dim;
17  PHG4TruthInfoContainer* m_g4true;
18 
19  public:
21  virtual ~TracePHG4Particle() {;}
22  int Init(PHCompositeNode *topNode);
23  int InitRun(PHCompositeNode *topNode);
24  int process_event(PHCompositeNode *topNode);
25  int End(PHCompositeNode *topNode);
26 
27  private:
28  void PrintPrimaryParticles();
29  void PrintParticles();
30  void PrintTraces(const int pdg_id);
31  void TraceParent(const PHG4Particle* par, const int depth=1);
32 };
33 
34 #endif // _TRACE_PHG4_PARTICLE__H_
An SQ interface class to hold a list of SQDimuon objects.
An SQ interface class to hold one event header.
Definition: SQEvent.h:17
An SQ interface class to hold one simulated-event header.
Definition: SQMCEvent.h:12
An SQ interface class to hold a list of SQTrack objects.
Definition: SQTrackVector.h:19
A SubsysReco module to trace particle productions and decays using the PHG4 container.
int process_event(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)
virtual ~TracePHG4Particle()
int End(PHCompositeNode *topNode)
Called at the end of all processing.