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

Method FindProcess

source/processes/management/src/G4ProcessTable.cc:285–290  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

283// --------------------------------------------------------------------
284//
285G4VProcess* G4ProcessTable::FindProcess(const G4String& processName,
286 const G4String& particleName) const
287{
288 return FindProcess(processName,
289 G4ParticleTable::GetParticleTable()->FindParticle(particleName));
290}
291
292// --------------------------------------------------------------------
293//

Callers

nothing calls this directly

Calls 8

GetProcessSubTypeMethod · 0.80
FindParticleMethod · 0.45
ContainsMethod · 0.45
GetProcessMethod · 0.45
GetParticleNameMethod · 0.45
GetParticleTypeMethod · 0.45
GetProcessManagerMethod · 0.45
GetProcessTypeMethod · 0.45

Tested by

no test coverage detected