MCPcopy Create free account
hub / github.com/Geant4/geant4 / Build

Method Build

examples/extended/runAndEvent/RE03/src/RE03ActionInitialization.cc:68–78  ·  view source on GitHub ↗

....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......

Source from the content-addressed store, hash-verified

66
67//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
68void 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}

Callers

nothing calls this directly

Calls 1

GetRunManagerTypeMethod · 0.80

Tested by

no test coverage detected