EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4LmonEventAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file G4LmonEventAction.h
1 #ifndef G4LMONEVENTACTION_H
2 #define G4LMONEVENTACTION_H
3 
5 
6 class G4LmonDetector;
7 class G4Event;
8 class RootOut;
9 
11 {
12 
13 public:
15  virtual ~G4LmonEventAction();
16 
17  void BeginOfEventAction(const G4Event*) ;
18  void EndOfEventAction(const G4Event*) ;
19 private:
22 };
23 
24 
25 #endif