00001 // 00002 // $Id: GPSPrimaryGeneratorAction.hh 139 2008-07-03 15:11:44Z jacquem $ 00003 // 00004 // GPSPrimaryGeneratorAction.hh 00005 // 00006 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00007 00008 #ifndef GPSPrimaryGeneratorAction_h 00009 #define GPSPrimaryGeneratorAction_h 1 00010 00011 #include "G4VUserPrimaryGeneratorAction.hh" 00012 #include "globals.hh" 00013 00014 class G4Event; 00015 00016 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00017 00018 class GPSPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction 00019 { 00020 public: 00021 GPSPrimaryGeneratorAction(); 00022 ~GPSPrimaryGeneratorAction(); 00023 00024 public: 00025 void GeneratePrimaries(G4Event*); 00026 00027 private: 00028 }; 00029 00030 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00031 00032 #endif 00033 00034