Class Reference for E1039 Core & Analysis Software
PHG4InEventReadBack.h
Go to the documentation of this file.
1 #ifndef PHG4INEVENTREADBACK_H
2 #define PHG4INEVENTREADBACK_H
3 
4 #include <fun4all/SubsysReco.h>
5 
7 {
8  public:
9  PHG4InEventReadBack(const std::string &name = "PHG4InEventReadBack");
10  virtual ~PHG4InEventReadBack() {}
11  int InitRun(PHCompositeNode *topNode);
12  int process_event(PHCompositeNode *topNode);
13  int End(PHCompositeNode *topNode);
14 
15  protected:
16 
17 };
18 
19 #endif
PHG4InEventReadBack(const std::string &name="PHG4InEventReadBack")
int process_event(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.