Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DCIOcatalog.hh>
Public Member Functions | |
G4DCIOcatalog () | |
virtual | ~G4DCIOcatalog () |
void | SetVerboseLevel (int v) |
void | RegisterEntry (G4VDCIOentry *d) |
void | RegisterDCIOmanager (G4VPDigitsCollectionIO *d) |
G4VDCIOentry * | GetEntry (const G4String &name) |
G4VPDigitsCollectionIO * | GetDCIOmanager (const G4String &name) |
void | PrintEntries () |
G4String | CurrentDCIOmanager () |
void | PrintDCIOmanager () |
std::size_t | NumberOfDCIOmanager () |
G4VPDigitsCollectionIO * | GetDCIOmanager (G4int n) |
Static Public Member Functions | |
static G4DCIOcatalog * | GetDCIOcatalog () |
Definition at line 48 of file G4DCIOcatalog.hh.
G4DCIOcatalog::G4DCIOcatalog | ( | ) |
|
inlinevirtual |
Definition at line 55 of file G4DCIOcatalog.hh.
G4String G4DCIOcatalog::CurrentDCIOmanager | ( | ) |
Definition at line 129 of file G4DCIOcatalog.cc.
Referenced by G4PersistencyCenter::CurrentDCIOmanager().
|
static |
Definition at line 42 of file G4DCIOcatalog.cc.
Referenced by G4PersistencyCenter::AddDCIOmanager(), G4DCIOentryT< T >::CreateDCIOmanager(), G4PersistencyCenter::CurrentDCIOmanager(), G4VDCIOentry::G4VDCIOentry(), G4VPDigitIO::G4VPDigitIO(), G4PersistencyCenter::PrintAll(), and G4PersistencyManager::SetVerboseLevel().
G4VPDigitsCollectionIO * G4DCIOcatalog::GetDCIOmanager | ( | const G4String & | name | ) |
Definition at line 102 of file G4DCIOcatalog.cc.
Referenced by G4PersistencyManager::SetVerboseLevel(), and G4VPDigitIO::SetVerboseLevel().
G4VPDigitsCollectionIO * G4DCIOcatalog::GetDCIOmanager | ( | G4int | n | ) |
Definition at line 151 of file G4DCIOcatalog.cc.
G4VDCIOentry * G4DCIOcatalog::GetEntry | ( | const G4String & | name | ) |
Definition at line 86 of file G4DCIOcatalog.cc.
Referenced by G4PersistencyCenter::AddDCIOmanager().
|
inline |
Definition at line 85 of file G4DCIOcatalog.hh.
Referenced by G4PersistencyManager::SetVerboseLevel(), and G4VPDigitIO::SetVerboseLevel().
void G4DCIOcatalog::PrintDCIOmanager | ( | ) |
Definition at line 140 of file G4DCIOcatalog.cc.
Referenced by G4DCIOentryT< T >::CreateDCIOmanager(), and G4PersistencyCenter::PrintAll().
void G4DCIOcatalog::PrintEntries | ( | ) |
Definition at line 118 of file G4DCIOcatalog.cc.
Referenced by G4PersistencyCenter::PrintAll().
void G4DCIOcatalog::RegisterDCIOmanager | ( | G4VPDigitsCollectionIO * | d | ) |
Definition at line 68 of file G4DCIOcatalog.cc.
Referenced by G4DCIOentryT< T >::CreateDCIOmanager().
void G4DCIOcatalog::RegisterEntry | ( | G4VDCIOentry * | d | ) |
Definition at line 50 of file G4DCIOcatalog.cc.
Referenced by G4VDCIOentry::G4VDCIOentry().
|
inline |
Definition at line 61 of file G4DCIOcatalog.hh.
Referenced by G4PersistencyManager::SetVerboseLevel().