85 fCellFlux /= cubicVolume;
87 EvtMap->
add(index,fCellFlux);
103 if ( IsEnter &&IsExit ){
104 fCellFlux = trklength;
106 }
else if ( IsEnter ){
107 fCurrentTrkID = trkid;
108 fCellFlux = trklength;
110 if ( fCurrentTrkID == trkid ) {
111 fCellFlux += trklength;
115 if ( fCurrentTrkID == trkid ){
116 fCellFlux += trklength;
149 std::map<G4int,G4double*>::iterator itr = EvtMap->
GetMap()->begin();
150 for(; itr != EvtMap->
GetMap()->end(); itr++) {
151 G4cout <<
" copy no.: " << itr->first
181 ED <<
"Incorrect replica number --- GetReplicaNumber : " << idx <<
G4endl;