| 293 | inline G4TrackVector* G4SteppingManager::GetfSecondary() { return fStep->GetfSecondary(); } |
| 294 | |
| 295 | inline G4Step* G4SteppingManager::GetfStep() { return fStep; } |
| 296 | |
| 297 | inline G4StepPoint* G4SteppingManager::GetfPreStepPoint() { return fPreStepPoint; } |
| 298 |
no outgoing calls
no test coverage detected