Ignore:
Timestamp:
03/10/04 20:23:56 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3437 r3466  
    340340      MCerPhotPix *cpix = fCerPhotEvt->AddPixel(pixidx, nphot, nphotErr);
    341341
     342      if (sig.GetNumHiGainSaturated() > 0)
     343        cpix->SetPixelHGSaturated();
     344
    342345      if (sig.GetNumLoGainSaturated() > 0)
    343346        cpix->SetPixelSaturated();
Note: See TracChangeset for help on using the changeset viewer.