Class Reference for E1039 Core & Analysis Software
PHG4ConsistencyCheck.h
Go to the documentation of this file.
1 #ifndef PHG4CONSISTENCYCHECK_H
2 #define PHG4CONSISTENCYCHECK_H
3 
4 #include <fun4all/SubsysReco.h>
5 
7 {
8  public:
9 PHG4ConsistencyCheck( const std::string &name = "CONSISTENCYCHECK" );
10  virtual ~PHG4ConsistencyCheck() {}
12  int InitRun(PHCompositeNode *);
13 
16 
17  protected:
18  unsigned int errorcnt;
19 
20 };
21 
22 #endif
int InitRun(PHCompositeNode *)
init
int process_event(PHCompositeNode *)
event processing
PHG4ConsistencyCheck(const std::string &name="CONSISTENCYCHECK")