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
101 fCollID.push_back(collectionID);
105 G4cout <<
"** collection " << fullCollectionName
106 <<
" not found. "<<
G4endl;
121 for (
G4int i = 0; i < Nmap; i++){
148 for (
G4int i = 0; i < Ncol ; i++ ){
173 G4String fullName = detName+
"/"+colName;
183 for (
G4int i = 0; i < Ncol; i++){
200 for (
G4int i = 0; i <
n ; i++ ){
203 G4cout <<
" PrimitiveScorer RUN "
206 std::map<G4int,G4double*>::iterator itr = RunMap->
GetMap()->begin();
207 for(; itr != RunMap->
GetMap()->end(); itr++) {
208 G4cout <<
" copy no.: " << itr->first
209 <<
" Run Value : " << *(itr->second)
220 const B02Run * localRun =
static_cast<const B02Run *
>(aRun);
225 for (
G4int i = 0; i < nCol ; i++ ){
226 if ( localRun->
fCollID[i] >= 0 ){