Changeset 2002 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 04/24/03 11:58:54 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCerPhotEvt.cc
r1990 r2002 131 131 const Int_t id = pix.GetPixId(); 132 132 133 const Double_t ratio = fCam ? fCam->GetPixRatio(id) : 1;134 135 const Double_t val = pix.GetNumPhotons()/ratio;136 137 133 fSum[id].SetPixelUsed(); 138 fSum[id].AddNumPhotons( val);134 fSum[id].AddNumPhotons(pix.GetNumPhotons()); 139 135 } 140 136
Note:
See TracChangeset
for help on using the changeset viewer.