LDMX Software
Public Member Functions | List of all members
tracking::geo::SilentG4 Class Reference

This class throws away all of the messages from Geant4. More...

Public Member Functions

G4UIsession * SessionStart ()
 
G4int ReceiveG4cout (const G4String &)
 
G4int ReceiveG4cerr (const G4String &)
 

Detailed Description

This class throws away all of the messages from Geant4.

Copied from SimCore/include/SimCore/G4Session.h

Definition at line 16 of file TrackingGeometry.cxx.

Member Function Documentation

◆ ReceiveG4cerr()

G4int tracking::geo::SilentG4::ReceiveG4cerr ( const G4String &  )
inline

Definition at line 22 of file TrackingGeometry.cxx.

22{ return 0; }

◆ ReceiveG4cout()

G4int tracking::geo::SilentG4::ReceiveG4cout ( const G4String &  )
inline

Definition at line 21 of file TrackingGeometry.cxx.

21{ return 0; }

◆ SessionStart()

G4UIsession * tracking::geo::SilentG4::SessionStart ( )
inline

Definition at line 20 of file TrackingGeometry.cxx.

20{ return nullptr; }

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