55 <<
"\" " << d <<
"." <<
G4endl;
69 <<
"\" " << d <<
"." <<
G4endl;
82 G4cout <<
"Digit Collection I/O manager entry \"" << name
83 <<
"\" not found!" <<
G4endl;
95 G4cout <<
"Digit Collection I/O manager \"" << name
96 <<
"\" not found!" <<
G4endl;
107 G4cout <<
"I/O manager entries: ";
109 DCIOmap::const_iterator it;
118 std::string list =
"";
119 DCIOstore::const_iterator it;
121 list += (*it).first +
" ";
129 G4cout <<
"I/O managers: ";
131 DCIOstore::const_iterator it;
133 G4cout <<
" --- " << (*it).first
134 <<
", " << (*it).second <<
"." <<
G4endl;
142 DCIOstore::const_iterator it;
144 if (i++ == n)
return (*it).second;
static G4DCIOcatalog * GetDCIOcatalog()
void RegisterDCIOmanager(G4VPDigitsCollectionIO *d)
void RegisterEntry(G4VDCIOentry *d)
G4VPDigitsCollectionIO * GetDCIOmanager(std::string name)
G4VDCIOentry * GetEntry(std::string name)
G4GLOB_DLL std::ostream G4cout
static G4ThreadLocal G4DCIOcatalog * f_thePointer
std::string CurrentDCIOmanager()