|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
13 #ifndef DDG4_GEANT4INTERRUPTS_H
14 #define DDG4_GEANT4INTERRUPTS_H
55 #endif // DDG4_GEANT4INTERRUPTS_H
Interruptsback interface class with argument.
Geant4Interrupts(Geant4Kernel &krnl)
Default constructor.
Class, which allows all Geant4Action derivatives to access the DDG4 kernel structures.
Geant4Kernel & m_kernel
Reference to simulation kernel.
virtual ~Geant4Interrupts()=default
Default destructor.
Namespace for the AIDA detector description toolkit.
static bool default_sigint_handler(void *user_context, int signum)
Default SIGINT handler: trigger end-of-event-loop in Geant4Kernel object.
bool registerHandler_SIGINT()
Specialized handler for SIGINT.