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

Method ListModels

source/processes/parameterisation/src/G4FastSimulationManager.cc:295–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void G4FastSimulationManager::ListModels() const
296{
297 G4cout << "Current Models for the ";
298 ListTitle();
299 G4cout << " envelope:\n";
300
301 for (auto iModel : ModelList)
302 G4cout << " " << iModel->GetName() << "\n";
303
304 for (auto iModel : fInactivatedModels)
305 G4cout << " " << iModel->GetName() << "(inactivated)\n";
306}
307
308void G4FastSimulationManager::ListModels(const G4String& modelName) const
309{

Callers 1

ListEnvelopesMethod · 0.80

Calls 7

G4ExceptionFunction · 0.85
GetNameMethod · 0.45
sizeMethod · 0.45
entriesMethod · 0.45
IsApplicableMethod · 0.45
GetParticleMethod · 0.45
GetParticleNameMethod · 0.45

Tested by

no test coverage detected