77 G4int Nmfd = mfdName.size();
78 for (
G4int idet = 0; idet < Nmfd ; idet++){
93 G4String fullCollectionName = detName+
"/"+collectionName;
96 if ( collectionID >= 0 ){
97 G4cout <<
"++ "<<fullCollectionName<<
" id " << collectionID <<
G4endl;
100 fCollName.push_back(fullCollectionName);
101 fCollID.push_back(collectionID);
104 G4cout <<
"** collection " << fullCollectionName <<
" not found. "<<
G4endl;
118 G4int Nmap = fRunMap.size();
119 for (
G4int i = 0; i < Nmap; i++){
120 if(fRunMap[i] ) fRunMap[i]->clear();
145 G4int Ncol = fCollID.size();
146 for (
G4int i = 0; i < Ncol ; i++ ){
148 if ( fCollID[i] >= 0 ){
155 *fRunMap[i] += *EvtMap;
172 G4String fullName = detName+
"/"+colName;
181 G4int Ncol = fCollName.size();
182 for (
G4int i = 0; i < Ncol; i++){
183 if ( fCollName[i] == fullName ){