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

Method ListTitle

source/processes/parameterisation/src/G4FastSimulationManager.cc:283–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void 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
295void G4FastSimulationManager::ListModels() const
296{

Callers 1

ListEnvelopesMethod · 0.80

Calls 3

GetNameMethod · 0.45
GetEnvelopeMethod · 0.45
GetWorldVolumeMethod · 0.45

Tested by

no test coverage detected