Changeset 2849 for trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
- Timestamp:
- 01/19/04 15:46:56 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
r2771 r2849 126 126 127 127 const UInt_t imaxnumpix = fSignals->GetSize(); 128 128 129 129 for (UInt_t pixidx=0; pixidx<imaxnumpix; pixidx++) 130 130 { … … 161 161 nphotErr = TMath::Sqrt(nphotErr); 162 162 163 163 164 fCerPhotEvt->AddPixel(pixidx, nphot, nphotErr); 165 166 if (sig.GetNumLoGainSaturated() > 0) 167 (*fCerPhotEvt)[pixidx].SetPixelSaturated(); 164 168 } 165 169
Note:
See TracChangeset
for help on using the changeset viewer.