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