#include "G4Types.hh"
#include "G4StateManager.hh"
#include "G4UIcommandTree.hh"
#include "G4UIcommand.hh"
#include "G4UIcommandStatus.hh"
#include "G4UIterminal.hh"
#include "G4UIcsh.hh"
#include <sstream>
#include <signal.h>
Go to the source code of this file.
◆ SignalHandler()
static void SignalHandler |
( |
G4int |
| ) |
|
|
static |
Definition at line 57 of file G4UIterminal.cc.
64 G4cout <<
"aborting Run ...";
69 <<
"Session terminated." <<
G4endl;
74 "KeyboardInterrput with Ctrl-C");
static G4ThreadLocal G4VUIshell * theshell
static void SignalHandler(G4int)
static G4UImanager * GetUIpointer()
static G4StateManager * GetStateManager()
G4GLOB_DLL std::ostream G4cout
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4int ApplyCommand(const char *aCommand)
◆ theshell