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