....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
| 66 | |
| 67 | //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... |
| 68 | void RE03ActionInitialization::Build() const |
| 69 | { |
| 70 | auto* runManager = G4RunManager::GetRunManager(); |
| 71 | |
| 72 | // check if NOT in the sub-event parallel mode |
| 73 | if(runManager->GetRunManagerType()!=G4RunManager::subEventWorkerRM) |
| 74 | { |
| 75 | // primary generator action is defined to the worker thread |
| 76 | SetUserAction(new RE03PrimaryGeneratorAction); |
| 77 | } |
| 78 | } |
nothing calls this directly
no test coverage detected