ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/parallel/MPI/source/include/G4MPIsession.hh>
Private Member Functions | |
G4String | GetCommand (const char *msg=0) |
G4bool | TryForcedTerminate () |
Private Attributes | |
G4VUIshell * | shell_ |
Additional Inherited Members | |
Public Types inherited from G4coutDestination | |
using | Transformer = std::function< G4bool(G4String &)> |
Static Public Member Functions inherited from G4UIsession | |
static G4int | InSession () |
Protected Member Functions inherited from G4VMPIsession | |
G4int | ExecCommand (const G4String &acommand) |
G4String | TruncateCommand (const G4String &command) const |
G4String | BypassCommand (const G4String &command) const |
virtual G4bool | GetHelpChoice (G4int &aval) |
virtual void | ExitHelp () const |
Protected Attributes inherited from G4VMPIsession | |
G4MPImanager * | g4mpi_ |
G4bool | is_master_ |
G4bool | is_slave_ |
G4int | rank_ |
Static Protected Attributes inherited from G4UIsession | |
static G4ICOMS_DLL G4int | inSession = 0 |
Definition at line 33 of file G4MPIsession.hh.
View newest version in sPHENIX GitHub at line 33 of file G4MPIsession.hh
G4MPIsession::G4MPIsession | ( | G4VUIshell * | ashell = 0 | ) |
Definition at line 52 of file G4MPIsession.cc.
View newest version in sPHENIX GitHub at line 52 of file G4MPIsession.cc
References G4VMPIsession::g4mpi_, G4VMPIsession::is_master_, shell_, and tcsh_build.
G4MPIsession::~G4MPIsession | ( | ) |
Definition at line 72 of file G4MPIsession.cc.
View newest version in sPHENIX GitHub at line 72 of file G4MPIsession.cc
References G4UImanager::GetUIpointer(), and shell_.
|
private |
Definition at line 95 of file G4MPIsession.cc.
View newest version in sPHENIX GitHub at line 95 of file G4MPIsession.cc
References G4VBasicShell::ChangeDirectoryCommand(), G4cerr, G4cout, G4endl, G4VBasicShell::GetCurrentWorkingDirectory(), G4String::leading, G4VBasicShell::ListDirectory(), G4VBasicShell::ModifyToFullPathCommand(), G4String::remove(), shell_, G4VBasicShell::ShowCurrent(), G4String::strip(), G4VBasicShell::TerminalHelp(), and G4VMPIsession::TruncateCommand().
Referenced by SessionStart().
|
virtual |
Implements G4VBasicShell.
Definition at line 178 of file G4MPIsession.cc.
View newest version in sPHENIX GitHub at line 178 of file G4MPIsession.cc
References G4VMPIsession::ExecCommand(), G4VMPIsession::g4mpi_, GetCommand(), G4MPImanager::GetInitFileName(), G4MPImanager::GetMacroFileName(), G4VMPIsession::is_master_, and TryForcedTerminate().
Definition at line 82 of file G4MPIsession.cc.
View newest version in sPHENIX GitHub at line 82 of file G4MPIsession.cc
References shell_.
void G4MPIsession::SetShell | ( | G4VUIshell * | ashell | ) |
Definition at line 88 of file G4MPIsession.cc.
View newest version in sPHENIX GitHub at line 88 of file G4MPIsession.cc
References shell_.
|
private |
Definition at line 210 of file G4MPIsession.cc.
View newest version in sPHENIX GitHub at line 210 of file G4MPIsession.cc
References c, G4cin, G4cout, G4endl, G4VMPIsession::g4mpi_, G4RunManager::GetRunManager(), and G4VMPIsession::is_master_.
Referenced by SessionStart().
|
private |
Definition at line 44 of file G4MPIsession.hh.
View newest version in sPHENIX GitHub at line 44 of file G4MPIsession.hh
Referenced by G4MPIsession(), GetCommand(), SetPrompt(), SetShell(), and ~G4MPIsession().