Changeset 3487 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 03/12/04 16:07:58 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFCosmics.cc
r3262 r3487 167 167 168 168 allpix++; 169 169 170 // 170 171 // We consider a pixel as presumably due to cosmics … … 193 194 *fLog << " " << setw(7) << fCut[0] << " (" << setw(3) ; 194 195 *fLog << (int)(fCut[0]*100/GetNumExecutions()) ; 195 *fLog << "%) Evts skipped due to: Cosmics Rejection applied" ;196 *fLog << "%) Detected cosmics " ; 196 197 *fLog << " (with fMaxEmptyPixels = " << fMaxEmptyPixels*100 << "%)" << endl; 197 198 198 199 *fLog << " " << setw(7) << fCut[1] << " (" << setw(3) ; 199 200 *fLog << (int)(fCut[1]*100/GetNumExecutions()) ; 200 *fLog << "%) Evts survived the cosmics rejection!" << endl;201 *fLog << "%) No cosmics!" << endl; 201 202 *fLog << endl; 202 203
Note:
See TracChangeset
for help on using the changeset viewer.