Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VPDigitIO.hh>
Public Member Functions | |
G4VPDigitIO () | |
virtual | ~G4VPDigitIO () |
G4VPDigitIO * | GetVPDigitIO () |
virtual G4bool | Store (const G4DCofThisEvent *)=0 |
virtual G4bool | Retrieve (G4DCofThisEvent *&)=0 |
void | SetVerboseLevel (G4int v) |
Protected Member Functions | |
void | SetG4VPDigitIO (G4VPDigitIO *digitMan) |
Protected Attributes | |
G4int | m_verbose = 0 |
G4DCIOcatalog * | f_catalog = nullptr |
Static Protected Attributes | |
static G4ThreadLocal G4VPDigitIO * | f_G4VPDigitIO = nullptr |
Definition at line 41 of file G4VPDigitIO.hh.
G4VPDigitIO::G4VPDigitIO | ( | ) |
Definition at line 36 of file G4VPDigitIO.cc.
|
inlinevirtual |
Definition at line 48 of file G4VPDigitIO.hh.
|
inline |
Definition at line 51 of file G4VPDigitIO.hh.
|
pure virtual |
|
inlineprotected |
Definition at line 69 of file G4VPDigitIO.hh.
void G4VPDigitIO::SetVerboseLevel | ( | G4int | v | ) |
Definition at line 42 of file G4VPDigitIO.cc.
Referenced by G4PersistencyManager::SetVerboseLevel().
|
pure virtual |
Referenced by G4PersistencyManager::Store().
|
protected |
Definition at line 76 of file G4VPDigitIO.hh.
Referenced by G4VPDigitIO(), and SetVerboseLevel().
|
staticprotected |
Definition at line 75 of file G4VPDigitIO.hh.
Referenced by GetVPDigitIO(), and SetG4VPDigitIO().
|
protected |
Definition at line 74 of file G4VPDigitIO.hh.
Referenced by SetVerboseLevel().