LDMX Software
Public Member Functions | List of all members
simcore::BatchSession Class Reference

Do nothing with G4cout and G4cerr messages. More...

#include <G4Session.h>

Public Member Functions

 BatchSession ()
 Constructor.
 
 ~BatchSession ()
 Destructor.
 
G4UIsession * SessionStart ()
 Required hook for Geant4.
 
G4int ReceiveG4cout (const G4String &)
 Does nothing with input.
 
G4int ReceiveG4cerr (const G4String &)
 Does nothing with input.
 

Detailed Description

Do nothing with G4cout and G4cerr messages.

This is made to improve performance.

Definition at line 72 of file G4Session.h.

Constructor & Destructor Documentation

◆ BatchSession()

simcore::BatchSession::BatchSession ( )
inline

Constructor.

Definition at line 77 of file G4Session.h.

77{}

◆ ~BatchSession()

simcore::BatchSession::~BatchSession ( )
inline

Destructor.

Definition at line 82 of file G4Session.h.

82{}

Member Function Documentation

◆ ReceiveG4cerr()

G4int simcore::BatchSession::ReceiveG4cerr ( const G4String &  )
inline

Does nothing with input.

Definition at line 99 of file G4Session.h.

99{ return 0; }

◆ ReceiveG4cout()

G4int simcore::BatchSession::ReceiveG4cout ( const G4String &  )
inline

Does nothing with input.

Definition at line 94 of file G4Session.h.

94{ return 0; }

◆ SessionStart()

G4UIsession * simcore::BatchSession::SessionStart ( )
inline

Required hook for Geant4.

Does nothing

Definition at line 89 of file G4Session.h.

89{ return nullptr; }

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