Changeset 2714 for trunk/MagicSoft/Mars/manalysis/MCalibrate.cc
- Timestamp:
- 12/18/03 17:18:01 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCalibrate.cc
r2713 r2714 131 131 Int_t MCalibrate::Process() 132 132 { 133 134 133 UInt_t imaxnumpix = fGeomCam->GetNumPixels(); 135 134 136 135 for (UInt_t pixid = 0; pixid < imaxnumpix; pixid++) 137 136 { 138 139 137 MCalibrationPix &pix = (*fCalibrations)[pixid]; 140 138 … … 163 161 } 164 162 else 163 { 164 fCerPhotEvt->AddPixel(pixid, 0., 0.); 165 165 (*fCerPhotEvt)[pixid].SetPixelUnused(); 166 } 166 167 } 167 168
Note:
See TracChangeset
for help on using the changeset viewer.