musrEventAction.hh

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

Generated on Mon Mar 27 12:19:54 2006 for MUSR by  doxygen 1.4.6