76 G4int Nmfd = mfdName.size();
77 for (
G4int idet = 0; idet < Nmfd ; idet++){
92 G4String fullCollectionName = detName+
"/"+collectionName;
95 if ( collectionID >= 0 ){
96 G4cout <<
"++ "<<fullCollectionName<<
" id " << collectionID <<
G4endl;
99 theCollName.push_back(fullCollectionName);
100 theCollID.push_back(collectionID);
103 G4cout <<
"** collection " << fullCollectionName <<
" not found. "<<
G4endl;
116 G4int Nmap = theRunMap.size();
117 for (
G4int i = 0; i < Nmap; i++){
118 if(theRunMap[i] ) theRunMap[i]->clear();
141 G4int Ncol = theCollID.size();
142 for (
G4int i = 0; i < Ncol ; i++ ){
144 if ( theCollID[i] >= 0 ){
151 *theRunMap[i] += *EvtMap;
167 G4String fullName = detName+
"/"+colName;
178 G4int Ncol = theCollName.size();
179 for (
G4int i = 0; i < Ncol; i++){
180 if ( theCollName[i] == fullName ){
195 for (
G4int i = 0; i <
n ; i++ ){
198 G4cout <<
" PrimitiveScorer RUN "
201 std::map<G4int,G4double*>::iterator itr = RunMap->
GetMap()->begin();
202 for(; itr != RunMap->
GetMap()->end(); itr++) {
203 G4cout <<
" copy no.: " << itr->first
204 <<
" Run Value : " << *(itr->second)