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

Method ConstructParallelSD

source/run/src/G4VUserDetectorConstruction.cc:73–78  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

71
72// --------------------------------------------------------------------
73void G4VUserDetectorConstruction::ConstructParallelSD()
74{
75 for (const auto& pwItr : parallelWorld) {
76 pwItr->ConstructSD();
77 }
78}
79
80// --------------------------------------------------------------------
81G4int G4VUserDetectorConstruction::GetNumberOfParallelWorld() const

Callers 2

InitializeGeometryMethod · 0.80
InitializeGeometryMethod · 0.80

Calls 1

ConstructSDMethod · 0.45

Tested by

no test coverage detected