Geant4
10.01.p02
|
#include <G4VPDigitIO.hh>
Public Member Functions | |
G4VPDigitIO () | |
virtual | ~G4VPDigitIO () |
G4VPDigitIO * | GetVPDigitIO () |
virtual G4bool | Store (const G4DCofThisEvent *)=0 |
virtual G4bool | Retrieve (G4DCofThisEvent *&)=0 |
void | SetVerboseLevel (int v) |
Protected Member Functions | |
void | SetG4VPDigitIO (G4VPDigitIO *digitMan) |
Protected Attributes | |
G4int | m_verbose |
G4DCIOcatalog * | f_catalog |
Static Protected Attributes | |
static G4ThreadLocal G4VPDigitIO * | f_G4VPDigitIO = 0 |
Definition at line 41 of file G4VPDigitIO.hh.
G4VPDigitIO::G4VPDigitIO | ( | ) |
Definition at line 36 of file G4VPDigitIO.cc.
References f_catalog, and G4DCIOcatalog::GetDCIOcatalog().
|
inlinevirtual |
Definition at line 47 of file G4VPDigitIO.hh.
|
inline |
Definition at line 51 of file G4VPDigitIO.hh.
References f_G4VPDigitIO.
|
pure virtual |
|
inlineprotected |
Definition at line 68 of file G4VPDigitIO.hh.
References f_G4VPDigitIO.
void G4VPDigitIO::SetVerboseLevel | ( | int | v | ) |
Definition at line 43 of file G4VPDigitIO.cc.
References f_catalog, G4DCIOcatalog::GetDCIOmanager(), m_verbose, G4DCIOcatalog::NumberOfDCIOmanager(), and G4VPDigitsCollectionIO::SetVerboseLevel().
Referenced by G4PersistencyManager::SetVerboseLevel().
|
pure virtual |
|
protected |
Definition at line 74 of file G4VPDigitIO.hh.
Referenced by G4VPDigitIO(), and SetVerboseLevel().
|
staticprotected |
Definition at line 73 of file G4VPDigitIO.hh.
Referenced by GetVPDigitIO(), and SetG4VPDigitIO().
|
protected |
Definition at line 68 of file G4VPDigitIO.hh.
Referenced by SetVerboseLevel().