|
Geant4
10.01.p02
|
#include <G4VPDigitsCollectionIO.hh>
Collaboration diagram for G4VPDigitsCollectionIO:Public Member Functions | |
| G4VPDigitsCollectionIO (std::string detName, std::string colName) | |
| virtual | ~G4VPDigitsCollectionIO () |
| virtual G4bool | Store (const G4VDigiCollection *)=0 |
| virtual G4bool | Retrieve (G4VDigiCollection *&)=0 |
| G4bool | operator== (const G4VPDigitsCollectionIO &right) const |
| std::string | DMname () |
| std::string | CollectionName () |
| void | SetVerboseLevel (int v) |
Protected Attributes | |
| G4int | m_verbose |
| std::string | f_detName |
| std::string | f_colName |
Definition at line 39 of file G4VPDigitsCollectionIO.hh.
| G4VPDigitsCollectionIO::G4VPDigitsCollectionIO | ( | std::string | detName, |
| std::string | colName | ||
| ) |
Definition at line 34 of file G4VPDigitsCollectionIO.cc.
|
inlinevirtual |
Definition at line 45 of file G4VPDigitsCollectionIO.hh.
|
inline |
Definition at line 65 of file G4VPDigitsCollectionIO.hh.
References f_colName.
|
inline |
Definition at line 62 of file G4VPDigitsCollectionIO.hh.
References f_detName.
Referenced by G4DCIOcatalog::RegisterDCIOmanager().
Here is the caller graph for this function:| G4bool G4VPDigitsCollectionIO::operator== | ( | const G4VPDigitsCollectionIO & | right | ) | const |
Definition at line 40 of file G4VPDigitsCollectionIO.cc.
|
pure virtual |
|
inline |
Definition at line 68 of file G4VPDigitsCollectionIO.hh.
References m_verbose.
Referenced by G4VPDigitIO::SetVerboseLevel(), and G4PersistencyManager::SetVerboseLevel().
Here is the caller graph for this function:
|
pure virtual |
|
protected |
Definition at line 74 of file G4VPDigitsCollectionIO.hh.
Referenced by CollectionName(), and operator==().
|
protected |
Definition at line 73 of file G4VPDigitsCollectionIO.hh.
Referenced by DMname(), and operator==().
|
protected |
Definition at line 68 of file G4VPDigitsCollectionIO.hh.
Referenced by SetVerboseLevel().