ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/environments/g4py/source/global/G4PyCoutDestination.hh>
Public Member Functions | |
G4PyCoutDestination () | |
~G4PyCoutDestination () | |
virtual G4int | ReceiveG4cout (const G4String &coutString) |
virtual G4int | ReceiveG4cerr (const G4String &cerrString) |
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) |
Additional Inherited Members | |
Public Types inherited from G4coutDestination | |
using | Transformer = std::function< G4bool(G4String &)> |
Protected Attributes inherited from G4coutDestination | |
std::vector< Transformer > | transformersCout |
std::vector< Transformer > | transformersCerr |
Static Protected Attributes inherited from G4coutDestination | |
static G4MTGLOB_DLL G4coutDestination * | masterG4coutDestination = nullptr |
Definition at line 41 of file G4PyCoutDestination.hh.
View newest version in sPHENIX GitHub at line 41 of file G4PyCoutDestination.hh
G4PyCoutDestination::G4PyCoutDestination | ( | ) |
Definition at line 41 of file G4PyCoutDestination.cc.
View newest version in sPHENIX GitHub at line 41 of file G4PyCoutDestination.cc
G4PyCoutDestination::~G4PyCoutDestination | ( | ) |
Definition at line 47 of file G4PyCoutDestination.cc.
View newest version in sPHENIX GitHub at line 47 of file G4PyCoutDestination.cc
Reimplemented from G4coutDestination.
Definition at line 63 of file G4PyCoutDestination.cc.
View newest version in sPHENIX GitHub at line 63 of file G4PyCoutDestination.cc
Reimplemented from G4coutDestination.
Definition at line 54 of file G4PyCoutDestination.cc.
View newest version in sPHENIX GitHub at line 54 of file G4PyCoutDestination.cc