Changeset 3841 for trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
- Timestamp:
- 04/26/04 19:11:01 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
r3839 r3841 293 293 { 294 294 MBadPixelsPix &bad = (*fBadPixels)[pixidx]; 295 if ( !bad.IsUnsuitable(MBadPixelsPix::kUnsuitableRun))295 if (bad.IsUnsuitable(MBadPixelsPix::kUnsuitableRun)) 296 296 continue; 297 297 } … … 411 411 */ 412 412 413 *fLog << err << pixidx << " " << nphot << endl; 414 413 415 MCerPhotPix *cpix = fCerPhotEvt->AddPixel(pixidx, nphot, nphotErr); 414 416
Note:
See TracChangeset
for help on using the changeset viewer.