Class Reference for E1039 Core & Analysis Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PHG4HitReadBack.h
Go to the documentation of this file.
1 #ifndef __PHG4HITREADBACK__H__
2 #define __PHG4HITREADBACK__H__
3 
4 #include <fun4all/SubsysReco.h>
5 
6 class PHG4HitReadBack : public SubsysReco
7 {
8  public:
9  PHG4HitReadBack(const std::string &name="PHG4HITREADBACK");
10  int InitRun(PHCompositeNode *topNode);
11  int process_event(PHCompositeNode *topNode);
12  protected:
13 };
14 
15 
16 #endif
int process_event(PHCompositeNode *topNode)
PHG4HitReadBack(const std::string &name="PHG4HITREADBACK")
int InitRun(PHCompositeNode *topNode)