Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VPDigitsCollectionIO.hh>
Public Member Functions | |
G4VPDigitsCollectionIO (const G4String &detName, const G4String &colName) | |
virtual | ~G4VPDigitsCollectionIO () |
virtual G4bool | Store (const G4VDigiCollection *)=0 |
virtual G4bool | Retrieve (G4VDigiCollection *&)=0 |
G4bool | operator== (const G4VPDigitsCollectionIO &right) const |
const G4String & | DMname () |
const G4String & | CollectionName () |
void | SetVerboseLevel (G4int v) |
Protected Attributes | |
G4int | m_verbose = 0 |
G4String | f_detName |
G4String | f_colName |
Definition at line 39 of file G4VPDigitsCollectionIO.hh.
G4VPDigitsCollectionIO::G4VPDigitsCollectionIO | ( | const G4String & | detName, |
const G4String & | colName ) |
Definition at line 34 of file G4VPDigitsCollectionIO.cc.
|
inlinevirtual |
Definition at line 46 of file G4VPDigitsCollectionIO.hh.
|
inline |
Definition at line 65 of file G4VPDigitsCollectionIO.hh.
|
inline |
Definition at line 62 of file G4VPDigitsCollectionIO.hh.
Referenced by G4DCIOcatalog::RegisterDCIOmanager().
G4bool G4VPDigitsCollectionIO::operator== | ( | const G4VPDigitsCollectionIO & | right | ) | const |
|
pure virtual |
|
inline |
Definition at line 68 of file G4VPDigitsCollectionIO.hh.
Referenced by G4PersistencyManager::SetVerboseLevel(), and G4VPDigitIO::SetVerboseLevel().
|
pure virtual |
|
protected |
Definition at line 75 of file G4VPDigitsCollectionIO.hh.
Referenced by CollectionName(), and operator==().
|
protected |
Definition at line 74 of file G4VPDigitsCollectionIO.hh.
Referenced by DMname(), and operator==().
|
protected |
Definition at line 73 of file G4VPDigitsCollectionIO.hh.
Referenced by SetVerboseLevel().