Ignore:
Timestamp:
01/19/04 15:46:56 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2771 r2849  
    126126
    127127    const UInt_t imaxnumpix = fSignals->GetSize();
    128    
     128
    129129    for (UInt_t pixidx=0; pixidx<imaxnumpix; pixidx++)
    130130    {
     
    161161        nphotErr  = TMath::Sqrt(nphotErr);
    162162
     163
    163164        fCerPhotEvt->AddPixel(pixidx, nphot, nphotErr);
     165
     166        if (sig.GetNumLoGainSaturated() > 0)
     167          (*fCerPhotEvt)[pixidx].SetPixelSaturated();
    164168    }
    165169
Note: See TracChangeset for help on using the changeset viewer.