31 #ifndef DCIO_CATALOG_HH 
   32 #define DCIO_CATALOG_HH 1 
   40 typedef std::map<std::string, G4VDCIOentry*, std::less<std::string> > 
DCIOmap;
 
   42 typedef std::map<std::string, G4VPDigitsCollectionIO*, std::less<std::string> > 
DCIOstore;
 
G4VPDigitsCollectionIO * GetDCIOmanager(std::string name)
 
void RegisterDCIOmanager(G4VPDigitsCollectionIO *d)
 
G4VDCIOentry * GetEntry(std::string name)
 
static G4DCIOcatalog * GetDCIOcatalog()
 
void RegisterEntry(G4VDCIOentry *d)
 
void SetVerboseLevel(int v)
 
std::map< std::string, G4VPDigitsCollectionIO *, std::less< std::string > > DCIOstore
 
std::map< std::string, G4VDCIOentry *, std::less< std::string > > DCIOmap
 
size_t NumberOfDCIOmanager()
 
std::string CurrentDCIOmanager()