ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4PyCoutDestination Class Reference

#include <geant4/tree/geant4-10.6-release/environments/g4py/source/global/G4PyCoutDestination.hh>

+ Inheritance diagram for G4PyCoutDestination:
+ Collaboration diagram for G4PyCoutDestination:

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< TransformertransformersCout
 
std::vector< TransformertransformersCerr
 
- Static Protected Attributes inherited from G4coutDestination
static G4MTGLOB_DLL
G4coutDestination
masterG4coutDestination = nullptr
 

Detailed Description

Definition at line 41 of file G4PyCoutDestination.hh.

View newest version in sPHENIX GitHub at line 41 of file G4PyCoutDestination.hh

Constructor & Destructor Documentation

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

Member Function Documentation

G4int G4PyCoutDestination::ReceiveG4cerr ( const G4String cerrString)
virtual

Reimplemented from G4coutDestination.

Definition at line 63 of file G4PyCoutDestination.cc.

View newest version in sPHENIX GitHub at line 63 of file G4PyCoutDestination.cc

G4int G4PyCoutDestination::ReceiveG4cout ( const G4String coutString)
virtual

Reimplemented from G4coutDestination.

Definition at line 54 of file G4PyCoutDestination.cc.

View newest version in sPHENIX GitHub at line 54 of file G4PyCoutDestination.cc


The documentation for this class was generated from the following files: