| 281 | } |
| 282 | |
| 283 | void G4FastSimulationManager::ListTitle() const |
| 284 | { |
| 285 | G4cout << fFastTrack.GetEnvelope()->GetName(); |
| 286 | if (fFastTrack.GetEnvelope()->GetWorldPhysical() |
| 287 | == G4TransportationManager::GetTransportationManager() |
| 288 | ->GetNavigatorForTracking() |
| 289 | ->GetWorldVolume()) |
| 290 | G4cout << " (mass geom.)"; |
| 291 | else |
| 292 | G4cout << " (// geom.)"; |
| 293 | } |
| 294 | |
| 295 | void G4FastSimulationManager::ListModels() const |
| 296 | { |
no test coverage detected