Changeset 7575 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 03/07/06 10:33:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r7374 r7575 783 783 const Float_t nphot = signal * fCalibConsts [pixidx]; 784 784 const Float_t nphotErr = TMath::Sqrt(TMath::Abs(nphot)) * fCalibFFactors[pixidx]; 785 785 786 786 fCerPhotEvt->AddPixel(pixidx, nphot, nphotErr); 787 787 788 if (sig.GetNumHiGainSaturated() > 0) 789 numsathi++; 790 791 if (sig.GetNumLoGainSaturated() > 0) 792 numsatlo++; 788 if (!(*fBadPixels)[pixidx].IsUnsuitable()) 789 { 790 if (sig.GetNumHiGainSaturated() > 0) 791 numsathi++; 792 793 if (sig.GetNumLoGainSaturated() > 0) 794 numsatlo++; 795 } 793 796 } /* if (data) */ 794 797
Note:
See TracChangeset
for help on using the changeset viewer.