| 86 | inline G4int GetNumberOfEvent() const { return numberOfEvent; } |
| 87 | |
| 88 | inline G4int GetNumberOfEventToBeProcessed() const { return numberOfEventToBeProcessed; } |
| 89 | |
| 90 | // Returns hits collection. |
| 91 | inline const G4HCtable* GetHCtable() const { return HCtable; } |
no outgoing calls
no test coverage detected