55 <<
"\" " << d <<
"." <<
G4endl;
69 <<
"\" " << d <<
"." <<
G4endl;
82 G4cout <<
"Hit Collection I/O manager entry \"" << name
83 <<
"\" not found!" << std::endl;
95 G4cout <<
"Hit Collection I/O manager \"" << name
96 <<
"\" not found!" <<
G4endl;
107 G4cout <<
"I/O manager entries: ";
109 HCIOmap::const_iterator it;
118 std::string list =
"";
119 HCIOstore::const_iterator it;
121 list += (*it).first +
" ";
129 G4cout <<
"I/O managers: ";
131 HCIOstore::const_iterator it;
133 G4cout <<
" --- " << (*it).first
134 <<
", " << (*it).second <<
"." <<
G4endl;
142 HCIOstore::const_iterator it;
144 if (i++ == n)
return (*it).second;
static G4HCIOcatalog * GetHCIOcatalog()
G4VPHitsCollectionIO * GetHCIOmanager(std::string name)
void RegisterHCIOmanager(G4VPHitsCollectionIO *d)
static G4ThreadLocal G4HCIOcatalog * f_thePointer
std::string CurrentHCIOmanager()
G4VHCIOentry * GetEntry(std::string name)
void RegisterEntry(G4VHCIOentry *d)
G4GLOB_DLL std::ostream G4cout