Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VMCTruthIO.hh>
Public Member Functions | |
G4VMCTruthIO () | |
virtual | ~G4VMCTruthIO () |
virtual G4bool | Store (G4MCTEvent *)=0 |
virtual G4bool | Retrieve (G4MCTEvent *&)=0 |
void | SetVerboseLevel (G4int v) |
Protected Attributes | |
G4int | m_verbose = 0 |
Definition at line 39 of file G4VMCTruthIO.hh.
G4VMCTruthIO::G4VMCTruthIO | ( | ) |
Definition at line 34 of file G4VMCTruthIO.cc.
|
virtual |
Definition at line 39 of file G4VMCTruthIO.cc.
|
pure virtual |
|
inline |
Definition at line 59 of file G4VMCTruthIO.hh.
Referenced by G4PersistencyManager::SetVerboseLevel().
|
pure virtual |
Referenced by G4PersistencyManager::Store().
|
protected |
Definition at line 64 of file G4VMCTruthIO.hh.
Referenced by SetVerboseLevel().