Ignore:
Timestamp:
01/23/04 16:13:57 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2885 r2893  
    161161      nphotErr  = TMath::Sqrt(nphotErr);
    162162     
    163       fCerPhotEvt->AddPixel(pixid, nphot, nphotErr);
     163      MCerPhotPix *cpix = fCerPhotEvt->AddPixel(pixid, nphot, nphotErr);
    164164     
    165165      if (sig.GetNumLoGainSaturated() > 0)
    166         (*fCerPhotEvt)[pixid].SetPixelSaturated();
     166          cpix->SetPixelSaturated();
    167167    }
    168168 
Note: See TracChangeset for help on using the changeset viewer.