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

Method FindParticle

source/physics_lists/util/src/G4HadProcesses.cc:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53#include "G4NeutronCaptureXS.hh"
54
55const G4ParticleDefinition* G4HadProcesses::FindParticle(const G4String& pname)
56{
57 return G4ParticleTable::GetParticleTable()->FindParticle(pname);
58}
59
60G4HadronicProcess* G4HadProcesses::FindInelasticProcess(const G4ParticleDefinition* ptr)
61{

Callers 15

ActivateEmOptionsMethod · 0.45
ActivatePAIMethod · 0.45
KaonMethod · 0.45
PiKMethod · 0.45
KaonMethod · 0.45
KaonMethod · 0.45
ConstructProcessMethod · 0.45
ConstructProcessMethod · 0.45
ConstructProcessMethod · 0.45
BuildFTFP_BERTMethod · 0.45
BuildFTFQGSP_BERTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected