Returns the pointer to the current event. This method is available for 'EventProc' application state.
| 491 | // Returns the pointer to the current event. This method is available for |
| 492 | // 'EventProc' application state. |
| 493 | inline const G4Event* GetCurrentEvent() const { return currentEvent; } |
| 494 | |
| 495 | // Returns the pointer to the "i" previous event. This method is available |
| 496 | // for 'EventProc' application state. In case the event loop has not yet |
no outgoing calls
no test coverage detected