MollerEventAction.hh

Go to the documentation of this file.
00001 
00002 
00003 #ifndef MollerEventAction_h
00004 #define MollerEventAction_h 1
00005 
00006 #include "G4UserEventAction.hh"
00007 #include "globals.hh"
00008 
00009 
00010 
00011 class MollerEventAction : public G4UserEventAction
00012 {
00013 public:
00014   MollerEventAction();
00015   virtual ~MollerEventAction();
00016   
00017 public:
00018   virtual void BeginOfEventAction(const G4Event*);
00019   virtual void EndOfEventAction(const G4Event*);
00020 
00021 private:
00022 
00023 
00024 
00025 };
00026 
00027 
00028 #endif

Generated on 16 Jun 2013 for mollersim by  doxygen 1.6.1