musrRunAction.hh

Go to the documentation of this file.
00001 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
00002 
00003 #ifndef musrRunAction_h
00004 #define musrRunAction_h 1
00005 
00006 #include "G4UserRunAction.hh"
00007 #include "globals.hh"
00008 
00009 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
00010 
00011 class G4Run;
00012 
00013 class musrRunAction : public G4UserRunAction
00014 {
00015   public:
00016     musrRunAction();
00017    ~musrRunAction();
00018 
00019   public:
00020     void BeginOfRunAction(const G4Run*);
00021     void EndOfRunAction(const G4Run*);
00022 };
00023 
00024 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
00025 
00026 #endif
00027 
00028 
00029 
00030 
00031 

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