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