|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UIbatch.hh>
Inheritance diagram for G4UIbatch: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 Attributes inherited from G4UIsession | |
| G4int | ifBatch = 0 |
| G4int | lastRC = 0 |
Protected Attributes inherited from G4coutDestination | |
| std::vector< Transformer > | transformersCout |
| std::vector< Transformer > | transformersCerr |
Static Protected Attributes inherited from G4UIsession | |
| static G4ICOMS_DLL G4int | inSession = 0 |
Static Protected Attributes inherited from G4coutDestination | |
| static G4MTGLOB_DLL G4coutDestination * | masterG4coutDestination = nullptr |
Definition at line 46 of file G4UIbatch.hh.
| G4UIbatch::G4UIbatch | ( | const char * | fileName, |
| G4UIsession * | prevSession = nullptr |
||
| ) |
Definition at line 66 of file G4UIbatch.cc.
| G4UIbatch::~G4UIbatch | ( | ) |
Definition at line 87 of file G4UIbatch.cc.
|
inline |
Definition at line 77 of file G4UIbatch.hh.
|
virtual |
Reimplemented from G4UIsession.
Definition at line 243 of file G4UIbatch.cc.
|
virtual |
Reimplemented from G4UIsession.
Definition at line 205 of file G4UIbatch.cc.
Referenced by PauseSessionStart().