Changeset 5861 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 01/16/05 17:42:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r5860 r5861 492 492 // 493 493 MCalibrationChargePix &ugpix = (MCalibrationChargePix&)fCalibUpdate->GetAverageArea(0); 494 MBadPixelsPix &ubad = (MBadPixelsPix&) fCalibUpdate->GetAverageBadArea(0); 495 496 // if (ubad.IsUnsuitable()) 497 // *fLog << err << "Average Area is unsuitable!!!!" << endl; 494 // MBadPixelsPix &ubad = (MBadPixelsPix&) fCalibUpdate->GetAverageBadArea(0); 495 // if (ubad.IsUnsuitable()) 496 // *fLog << err << "Average Area is unsuitable!!!!" << endl; 498 497 499 498 const Float_t globmean = avpix.GetConvertedMean();
Note:
See TracChangeset
for help on using the changeset viewer.