Changeset 4658 for trunk/MagicSoft/Mars/mcalib/MHCalibrationTestCam.cc
- Timestamp:
- 08/17/04 16:26:31 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationTestCam.cc
r4572 r4658 90 90 #include "MParList.h" 91 91 92 #include "MCalibrationTestCam.h" 93 92 94 #include "MCalibrationCam.h" 93 95 #include "MCalibrationPix.h" … … 117 119 SetAverageNbins(5000); 118 120 119 fNotInterpolateablePixels.Set(0);120 121 } 121 122 … … 157 158 } 158 159 160 159 161 const Int_t npixels = fGeom->GetNumPixels(); 160 162 const Int_t nsectors = fGeom->GetNumSectors(); … … 378 380 379 381 if (hist.IsEmpty()) 380 { 381 const Int_t size = fNotInterpolateablePixels.GetSize(); 382 fNotInterpolateablePixels.Set(size+1); 383 fNotInterpolateablePixels[size] = i; 384 continue; 385 } 382 continue; 386 383 387 384 if (!hist.FitGaus())
Note:
See TracChangeset
for help on using the changeset viewer.