77   if ( stepLength == 0. ) 
return FALSE;
 
   84   G4double CellFlux = stepLength / cubicVolume;
 
   87   EvtMap->
add(index,CellFlux);
 
  115   std::map<G4int,G4double*>::iterator itr = EvtMap->
GetMap()->begin();
 
  116   for(; itr != EvtMap->
GetMap()->end(); itr++) {
 
  117     G4cout << 
"  copy no.: " << itr->first
 
  146       ED << 
"Incorrect replica number --- GetReplicaNumber : " << idx << 
G4endl;