ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4EventActionClearZeroEdep.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4EventActionClearZeroEdep.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4EVENTACTIONCLEARZEROEDEP_H
4 #define G4DETECTORS_PHG4EVENTACTIONCLEARZEROEDEP_H
5 
7 
8 #include <string>
9 #include <set>
10 
11 class G4Event;
12 class PHCompositeNode;
13 
15 {
16 
17 public:
18 
21 
22  void AddNode(const std::string &name);
23 
26  {}
27 
28  void EndOfEventAction(const G4Event*) override;
29 
30  private:
31 
32  std::set<std::string> nodename_set;
34 
35 };
36 
37 
38 #endif