Changeset 8210 for trunk/MagicSoft/Mars/mhcalib
- Timestamp:
- 11/02/06 19:54:22 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc
r8192 r8210 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationChargeCam.cc,v 1.4 6 2006-11-01 15:48:31tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationChargeCam.cc,v 1.47 2006-11-02 19:50:53 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 960 960 if (histlo.GetSaturated() > fNumLoGainSaturationLimit*histlo.GetHGausHist()->GetEntries()) 961 961 { 962 *fLog << warn << "Saturated Lo Gain histogram in pixel: " << i<< endl;962 *fLog << warn << "Pixel " << setw(4) << i << ": More than " << Form("%.1f%%", fNumLoGainSaturationLimit*100) << " lo-gains saturated." << endl; 963 963 bad.SetUncalibrated( MBadPixelsPix::kLoGainSaturation ); 964 964 if (IsOscillations()) … … 1020 1020 if (histlo.GetSaturated() > fNumLoGainSaturationLimit*histlo.GetHGausHist()->GetEntries()) 1021 1021 { 1022 *fLog << warn << "Saturated Lo Gain histogram in area idx: " << j<< endl;1022 *fLog << warn << "Area " << setw(4) << j << ": More than " << Form("%.1f%%", fNumLoGainSaturationLimit*100) << " lo-gains saturated." << endl; 1023 1023 if (IsOscillations()) 1024 1024 histlo.CreateFourierSpectrum(); … … 1063 1063 if (histlo.GetSaturated() > fNumLoGainSaturationLimit*histlo.GetHGausHist()->GetEntries()) 1064 1064 { 1065 *fLog << warn << "Saturated Lo Gain histogram in sector: " << j<< endl;1065 *fLog << warn << "Sector " << setw(4) << j << ": More than " << Form("%.1f%%", fNumLoGainSaturationLimit*100) << " lo-gains saturated." << endl; 1066 1066 bad.SetUncalibrated( MBadPixelsPix::kLoGainSaturation ); 1067 1067 if (IsOscillations())
Note:
See TracChangeset
for help on using the changeset viewer.