EDepSimUserEventAction.hh
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////
2 // $Id: EDepSim::UserEventAction.hh,v 1.4 2006/03/04 22:53:23 jnurep Exp $
3 //
4 #ifndef EDepSim_UserEventAction_h
5 #define EDepSim_UserEventAction_h 1
6 
7 #include <G4UserEventAction.hh>
8 
9 class G4Event;
10 
11 namespace EDepSim {class UserEventAction;}
12 class EDepSim::UserEventAction : public G4UserEventAction {
13 public:
15  virtual ~UserEventAction();
16 
17  void BeginOfEventAction(const G4Event*);
18  void EndOfEventAction(const G4Event*);
19 
20 };
21 
22 #endif
23 
24 
void EndOfEventAction(const G4Event *)
Construct a module from components.
Definition: TG4HitSegment.h:10
void BeginOfEventAction(const G4Event *)