--------------------------------------------------------------------
| 283 | // -------------------------------------------------------------------- |
| 284 | // |
| 285 | G4VProcess* G4ProcessTable::FindProcess(const G4String& processName, |
| 286 | const G4String& particleName) const |
| 287 | { |
| 288 | return FindProcess(processName, |
| 289 | G4ParticleTable::GetParticleTable()->FindParticle(particleName)); |
| 290 | } |
| 291 | |
| 292 | // -------------------------------------------------------------------- |
| 293 | // |
nothing calls this directly
no test coverage detected