Geant4
9.6.p02
|
#include <G4DCIOcatalog.hh>
Public Member Functions | |
G4DCIOcatalog () | |
virtual | ~G4DCIOcatalog () |
void | SetVerboseLevel (int v) |
void | RegisterEntry (G4VDCIOentry *d) |
void | RegisterDCIOmanager (G4VPDigitsCollectionIO *d) |
G4VDCIOentry * | GetEntry (std::string name) |
G4VPDigitsCollectionIO * | GetDCIOmanager (std::string name) |
void | PrintEntries () |
std::string | CurrentDCIOmanager () |
void | PrintDCIOmanager () |
size_t | NumberOfDCIOmanager () |
G4VPDigitsCollectionIO * | GetDCIOmanager (int n) |
Static Public Member Functions | |
static G4DCIOcatalog * | GetDCIOcatalog () |
Definition at line 47 of file G4DCIOcatalog.hh.
G4DCIOcatalog::G4DCIOcatalog | ( | ) |
|
inlinevirtual |
Definition at line 53 of file G4DCIOcatalog.hh.
std::string G4DCIOcatalog::CurrentDCIOmanager | ( | ) |
|
static |
Definition at line 44 of file G4DCIOcatalog.cc.
G4VPDigitsCollectionIO * G4DCIOcatalog::GetDCIOmanager | ( | std::string | name) |
G4VPDigitsCollectionIO * G4DCIOcatalog::GetDCIOmanager | ( | int | n) |
Definition at line 139 of file G4DCIOcatalog.cc.
G4VDCIOentry * G4DCIOcatalog::GetEntry | ( | std::string | name) |
|
inline |
void G4DCIOcatalog::PrintDCIOmanager | ( | ) |
void G4DCIOcatalog::PrintEntries | ( | ) |
void G4DCIOcatalog::RegisterDCIOmanager | ( | G4VPDigitsCollectionIO * | d) |
Definition at line 65 of file G4DCIOcatalog.cc.
void G4DCIOcatalog::RegisterEntry | ( | G4VDCIOentry * | d) |
Definition at line 51 of file G4DCIOcatalog.cc.