Changeset 3398
- Timestamp:
- 03/04/04 13:06:31 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFSelStandard.cc
r2663 r3398 166 166 fResult = kFALSE; 167 167 168 if (numusedpixels>=fUsedPixelsMax || numcorepixels< =fCorePixelsMin)168 if (numusedpixels>=fUsedPixelsMax || numcorepixels<fCorePixelsMin) 169 169 return Set(1); 170 170 … … 197 197 *fLog << (int)(fCut[1]*100/GetNumExecutions()) ; 198 198 *fLog << "%) Evts skipped due to: Used pixels >= " << fUsedPixelsMax ; 199 *fLog << " or Core pixels < =" << fCorePixelsMin << endl;199 *fLog << " or Core pixels < " << fCorePixelsMin << endl; 200 200 201 201 *fLog << " " << setw(7) << fCut[2] << " (" << setw(3) ;
Note:
See TracChangeset
for help on using the changeset viewer.