| 177 | inline G4int G4TrackingManager::GetVerboseLevel() const { return verboseLevel; } |
| 178 | |
| 179 | inline void G4TrackingManager::SetUserTrackInformation(G4VUserTrackInformation* aValue) |
| 180 | { |
| 181 | if (fpTrack != nullptr) fpTrack->SetUserInformation(aValue); |
| 182 | } |
| 183 | |
| 184 | #endif |
no test coverage detected