Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -38,22 +38,19 @@
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
RE05RunAction::RE05RunAction()
|
||||
: G4UserRunAction()
|
||||
{}
|
||||
RE05RunAction::RE05RunAction() : G4UserRunAction() {}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
RE05RunAction::~RE05RunAction()
|
||||
{}
|
||||
RE05RunAction::~RE05RunAction() {}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
void RE05RunAction::BeginOfRunAction(const G4Run* aRun)
|
||||
{
|
||||
G4cout << "### Run " << aRun->GetRunID() << " start." << G4endl;
|
||||
|
||||
// G4RunManager::GetRunManager()->SetRandomNumberStore(true);
|
||||
|
||||
// G4RunManager::GetRunManager()->SetRandomNumberStore(true);
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
Reference in New Issue
Block a user