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