ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#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.
Functions | |
static void | SignalHandler (G4int) |
Variables | |
static G4ThreadLocal G4VUIshell * | theshell = 0 |
Definition at line 56 of file G4UIterminal.cc.
View newest version in sPHENIX GitHub at line 56 of file G4UIterminal.cc
References G4UImanager::ApplyCommand(), FatalException, G4cout, G4endl, G4Exception(), G4State_EventProc, G4State_GeomClosed, G4StateManager::GetStateManager(), G4UImanager::GetUIpointer(), and theshell.
Referenced by G4UIterminal::G4UIterminal().
|
static |
Definition at line 49 of file G4UIterminal.cc.
View newest version in sPHENIX GitHub at line 49 of file G4UIterminal.cc
Referenced by G4UIterminal::G4UIterminal(), and SignalHandler().