Changeset 4542 for trunk/MagicSoft/Mars/mcalib/MHCalibrationTestCam.cc
- Timestamp:
- 08/07/04 15:40:59 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationTestCam.cc
r4539 r4542 116 116 117 117 SetAverageNbins(5000); 118 119 fNotInterpolateablePixels.Set(0); 118 120 } 119 121 … … 376 378 if (hist.IsEmpty()) 377 379 { 378 *fLog << warn << GetDescriptor() << ": WARNING: Not interpolated histogram pixel: " << i << endl; 380 const Int_t size = fNotInterpolateablePixels.GetSize(); 381 fNotInterpolateablePixels.Set(size+1); 382 fNotInterpolateablePixels[size] = i; 379 383 continue; 380 384 } … … 441 445 } 442 446 443 // --------------------------------------------------------------------------444 //445 // Sets all pixels to MBadPixelsPix::kUnreliableRun, if following flags are set:446 // - MBadPixelsPix::kTestNotFitted447 // - MBadPixelsPix::kTestOscillating448 //449 void MHCalibrationTestCam::FinalizeBadPixels()450 {451 452 }453 447 454 448 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.