Class Reference for E1039 Core & Analysis Software
PHG4EventAction.h
Go to the documentation of this file.
1 #ifndef PHG4EventAction_h
2 #define PHG4EventAction_h
3 
4 class G4Event;
5 class PHCompositeNode;
6 
8 {
9 
10  public:
12  {}
13 
14  virtual ~PHG4EventAction()
15  {}
16 
17  virtual void BeginOfEventAction(const G4Event*) {}
18 
19  virtual void EndOfEventAction(const G4Event*) {}
20 
23 
24  virtual int ResetEvent(PHCompositeNode *) {return 0;}
25 
26 };
27 
28 
29 #endif
virtual ~PHG4EventAction()
virtual void EndOfEventAction(const G4Event *)
virtual void BeginOfEventAction(const G4Event *)
virtual void SetInterfacePointers(PHCompositeNode *)
get relevant nodes from top node passed as argument
virtual int ResetEvent(PHCompositeNode *)