Class Reference for E1039 Core & Analysis Software
PHG4EventActionClearZeroEdep.h
Go to the documentation of this file.
1 #ifndef PHG4EventActionClearZeroEdep_h
2 #define PHG4EventActionClearZeroEdep_h
3 
5 
6 #include <string>
7 #include <set>
8 
9 class G4Event;
10 class PHCompositeNode;
11 
13 {
14 
15 public:
16 
18  PHG4EventActionClearZeroEdep( PHCompositeNode *topNode, const std::string &name);
19 
20  void AddNode(const std::string &name);
21 
24  {}
25 
26  void EndOfEventAction(const G4Event*);
27 
28  private:
29 
30  std::set<std::string> nodename_set;
31  PHCompositeNode *topNode;
32 
33 };
34 
35 
36 #endif
void AddNode(const std::string &name)
PHG4EventActionClearZeroEdep(PHCompositeNode *topNode, const std::string &name)
constructor