35 for (std::size_t i = 0; i < HClist.size(); ++i) {
36 if (HClist[i] == HCname && SDlist[i] == SDname)
return -1;
38 HClist.push_back(HCname);
39 SDlist.push_back(SDname);
40 return (
G4int)HClist.size();
46 if (HCname.find(
'/') == std::string::npos)
48 for (std::size_t j = 0; j < HClist.size(); ++j) {
49 if (HClist[j] == HCname) {
50 if (i >= 0)
return -2;
56 for (std::size_t j = 0; j < HClist.size(); ++j) {
61 if (i >= 0)
return -2;
73 <<
"> does not have a registered hits collection." <<
G4endl;
78 <<
"> has more than one registered hits collections." <<
G4endl;
79 G4cerr <<
"Candidates are : ";
86 for (std::size_t k = 0; k < SDlist.size(); ++k) {
G4GLOB_DLL std::ostream G4cerr
G4int GetCollectionID(const G4String &HCname) const
G4int Registor(const G4String &SDname, const G4String &HCname)
const G4String & GetCollectionName(G4int id) const
G4int GetNumberOfCollections() const
const G4String & GetName() const