Ignore:
Timestamp:
04/26/04 19:11:01 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrate.cc

    r3839 r3841  
    293293            {
    294294              MBadPixelsPix         &bad = (*fBadPixels)[pixidx];
    295               if (!bad.IsUnsuitable(MBadPixelsPix::kUnsuitableRun))
     295              if (bad.IsUnsuitable(MBadPixelsPix::kUnsuitableRun))
    296296                continue;
    297297            }
     
    411411      */
    412412
     413      *fLog << err << pixidx << "  " << nphot << endl;
     414
    413415      MCerPhotPix *cpix = fCerPhotEvt->AddPixel(pixidx, nphot, nphotErr);
    414416
Note: See TracChangeset for help on using the changeset viewer.