63 weighted(true),divideByArea(true)
74 weighted(true),divideByArea(true)
105 if ( fDirection ==
fFlux_InOut || fDirection == dirFlag ){
122 if ( angleFactor < 0 ) angleFactor *= -1.;
124 if ( weighted ) flux *=preStep->
GetWeight();
128 flux = flux/angleFactor;
129 if ( divideByArea ) flux /= square;
132 EvtMap->
add(index,flux);
137 <<
index <<
" trk "<<trkid<<
" len " << fFlatSurfaceFlux<<
G4endl;
154 if(std::fabs( localpos1.
z() + boxSolid->
GetZHalfLength())<kCarTolerance ){
164 if(std::fabs( localpos2.
z() + boxSolid->
GetZHalfLength())<kCarTolerance ){
195 std::map<G4int,G4double*>::iterator itr = EvtMap->
GetMap()->begin();
196 for(; itr != EvtMap->
GetMap()->end(); itr++) {
197 G4cout <<
" copy no.: " << itr->first
206 if ( divideByArea ) {