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

Method IsApplicable

source/processes/management/src/G4WrapperProcess.cc:125–128  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

123
124// --------------------------------------------------------------------
125G4bool G4WrapperProcess::IsApplicable(const G4ParticleDefinition& particle)
126{
127 return pRegProcess->IsApplicable(particle);
128}
129
130// --------------------------------------------------------------------
131void G4WrapperProcess::BuildPhysicsTable(const G4ParticleDefinition& particle)

Callers 1

AddProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected