Changeset 2905 for trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
- Timestamp:
- 01/24/04 01:55:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
r2884 r2905 341 341 return kFALSE; 342 342 343 if ( !(*this)[idx].IsFitValid())344 {345 val = -1.;346 return kFALSE;347 }348 343 if ( (!(*this)[idx].IsFitValid()) || (*this)[idx].IsExcluded()) 344 return kFALSE; 345 346 if (idx == gkCalibrationBlindPixelId) 347 return kFALSE; 348 349 349 switch (type) 350 350 { … … 474 474 475 475 *fLog << inf << endl; 476 *fLog << inf << mean << "Mean number of Photons for an Inner Pixel (inside Plexiglass): "476 *fLog << inf << "Mean number of Photons for an Inner Pixel (inside Plexiglass): " 477 477 << fMeanPhotInsidePlexiglass << endl; 478 *fLog << inf << endl;479 478 480 479 TIter Next(fPixels);
Note:
See TracChangeset
for help on using the changeset viewer.