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 "
101 fCollID.push_back(collectionID);
105 G4cout <<
"** collection " << fullCollectionName
106 <<
" not found. "<<
G4endl;
121 for (
G4int i = 0; i < Nmap; i++){
147 for (
G4int i = 0; i < Ncol ; i++ ){
172 G4String fullName = detName+
"/"+colName;
185 for (
G4int i = 0; i < Ncol; i++){
202 for (
G4int i = 0; i <
n ; i++ ){
205 G4cout <<
" PrimitiveScorer RUN "
208 std::map<G4int,G4double*>::iterator itr = RunMap->
GetMap()->begin();
209 for(; itr != RunMap->
GetMap()->end(); itr++) {
210 G4cout <<
" copy no.: " << itr->first
211 <<
" Run Value : " << *(itr->second)
222 const B03Run * localRun =
static_cast<const B03Run *
>(aRun);
227 for (
G4int i = 0; i < nCol ; i++ ){
228 if ( localRun->
fCollID[i] >= 0 ){