ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/global/management/include/G4LockcoutDestination.hh>
Public Member Functions | |
G4LockcoutDestination ()=default | |
virtual | ~G4LockcoutDestination () |
virtual G4int | ReceiveG4cout (const G4String &msg) override |
virtual G4int | ReceiveG4cerr (const G4String &msg) override |
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 46 of file G4LockcoutDestination.hh.
View newest version in sPHENIX GitHub at line 46 of file G4LockcoutDestination.hh
|
default |
|
virtual |
Definition at line 42 of file G4LockcoutDestination.cc.
View newest version in sPHENIX GitHub at line 42 of file G4LockcoutDestination.cc
Reimplemented from G4coutDestination.
Definition at line 53 of file G4LockcoutDestination.cc.
View newest version in sPHENIX GitHub at line 53 of file G4LockcoutDestination.cc
References G4coutDestination::ReceiveG4cerr().
Reimplemented from G4coutDestination.
Definition at line 46 of file G4LockcoutDestination.cc.
View newest version in sPHENIX GitHub at line 46 of file G4LockcoutDestination.cc
References G4coutDestination::ReceiveG4cout().