Changeset 2893 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 01/23/04 16:13:57 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
r2885 r2893 161 161 nphotErr = TMath::Sqrt(nphotErr); 162 162 163 fCerPhotEvt->AddPixel(pixid, nphot, nphotErr);163 MCerPhotPix *cpix = fCerPhotEvt->AddPixel(pixid, nphot, nphotErr); 164 164 165 165 if (sig.GetNumLoGainSaturated() > 0) 166 (*fCerPhotEvt)[pixid].SetPixelSaturated();166 cpix->SetPixelSaturated(); 167 167 } 168 168
Note:
See TracChangeset
for help on using the changeset viewer.