00001 // 00002 // $Id: GPSPrimaryGeneratorAction.cc 139 2008-07-03 15:11:44Z jacquem $ 00003 // 00004 // 00005 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00006 00007 #include "GPSPrimaryGeneratorAction.hh" 00008 00009 #include "G4Event.hh" 00010 00011 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00012 00013 GPSPrimaryGeneratorAction::GPSPrimaryGeneratorAction() 00014 { 00015 } 00016 00017 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00018 00019 GPSPrimaryGeneratorAction::~GPSPrimaryGeneratorAction() 00020 { 00021 } 00022 00023 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00024 00025 void GPSPrimaryGeneratorAction::GeneratePrimaries(G4Event*) 00026 { 00027 //this function is called at the begining of event 00028 // 00029 } 00030 00031 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 00032