ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/intercoms/include/G4UIsession.hh>
Public Member Functions | |
G4UIsession () | |
G4UIsession (G4int iBatch) | |
virtual | ~G4UIsession () |
virtual G4UIsession * | SessionStart () |
virtual void | PauseSessionStart (const G4String &Prompt) |
virtual G4int | ReceiveG4cout (const G4String &coutString) |
virtual G4int | ReceiveG4cerr (const G4String &cerrString) |
G4int | GetLastReturnCode () const |
Public Member Functions inherited from G4coutDestination | |
G4coutDestination ()=default | |
virtual | ~G4coutDestination () |
void | AddCoutTransformer (const Transformer &t) |
void | AddCoutTransformer (Transformer &&t) |
void | AddCerrTransformer (const Transformer &t) |
void | AddCerrTransformer (Transformer &&t) |
virtual void | ResetTransformers () |
G4int | ReceiveG4cout_ (const G4String &msg) |
G4int | ReceiveG4cerr_ (const G4String &msg) |
Static Public Member Functions | |
static G4int | InSession () |
Protected Attributes | |
G4int | ifBatch |
G4int | lastRC |
Protected Attributes inherited from G4coutDestination | |
std::vector< Transformer > | transformersCout |
std::vector< Transformer > | transformersCerr |
Static Protected Attributes | |
static G4ICOMS_DLL G4int | inSession = 0 |
Static Protected Attributes inherited from G4coutDestination | |
static G4MTGLOB_DLL G4coutDestination * | masterG4coutDestination = nullptr |
Additional Inherited Members | |
Public Types inherited from G4coutDestination | |
using | Transformer = std::function< G4bool(G4String &)> |
Definition at line 43 of file G4UIsession.hh.
View newest version in sPHENIX GitHub at line 43 of file G4UIsession.hh
G4UIsession::G4UIsession | ( | ) |
Definition at line 34 of file G4UIsession.cc.
View newest version in sPHENIX GitHub at line 34 of file G4UIsession.cc
References inSession.
G4UIsession::G4UIsession | ( | G4int | iBatch | ) |
Definition at line 39 of file G4UIsession.cc.
View newest version in sPHENIX GitHub at line 39 of file G4UIsession.cc
|
virtual |
Definition at line 42 of file G4UIsession.cc.
View newest version in sPHENIX GitHub at line 42 of file G4UIsession.cc
|
inline |
Definition at line 70 of file G4UIsession.hh.
View newest version in sPHENIX GitHub at line 70 of file G4UIsession.hh
References lastRC.
Referenced by G4UImanager::ExecuteMacroFile().
|
inlinestatic |
Definition at line 69 of file G4UIsession.hh.
View newest version in sPHENIX GitHub at line 69 of file G4UIsession.hh
References inSession.
Referenced by G4UIcontrolMessenger::SetNewValue().
Reimplemented in G4UIGainServer, G4UIterminal, G4UIbatch, G4UIGAG, G4VBasicShell, G4ZMQServer, G4VMPIsession, and PHG4UIsession.
Definition at line 47 of file G4UIsession.cc.
View newest version in sPHENIX GitHub at line 47 of file G4UIsession.cc
Referenced by G4UImanager::PauseSession(), and G4VisCommandReviewKeptEvents::SetNewValue().
Reimplemented from G4coutDestination.
Reimplemented in G4UIGainServer, G4UIterminal, G4UIGAG, G4ZMQServer, G4VMPIsession, and PHG4UIsession.
Definition at line 55 of file G4UIsession.cc.
View newest version in sPHENIX GitHub at line 55 of file G4UIsession.cc
Reimplemented from G4coutDestination.
Reimplemented in G4UIGainServer, G4UIterminal, G4UIGAG, G4ZMQServer, G4VMPIsession, and PHG4UIsession.
Definition at line 49 of file G4UIsession.cc.
View newest version in sPHENIX GitHub at line 49 of file G4UIsession.cc
|
virtual |
Reimplemented in G4UIGainServer, G4UIterminal, G4UIbatch, G4UIGAG, G4VBasicShell, G4ZMQServer, G4MPIsession, G4MPIbatch, and PHG4UIsession.
Definition at line 45 of file G4UIsession.cc.
View newest version in sPHENIX GitHub at line 45 of file G4UIsession.cc
Referenced by G4UImanager::ExecuteMacroFile(), and main().
|
protected |
Definition at line 66 of file G4UIsession.hh.
View newest version in sPHENIX GitHub at line 66 of file G4UIsession.hh
Referenced by ~G4UIsession().
|
staticprotected |
Definition at line 65 of file G4UIsession.hh.
View newest version in sPHENIX GitHub at line 65 of file G4UIsession.hh
Referenced by G4UIsession(), InSession(), and ~G4UIsession().
|
protected |
Definition at line 67 of file G4UIsession.hh.
View newest version in sPHENIX GitHub at line 67 of file G4UIsession.hh
Referenced by G4UIbatch::G4UIbatch(), GetLastReturnCode(), and G4UIbatch::SessionStart().