Changeset 4602 for trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc
- Timestamp:
- 08/12/04 21:28:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc
r4537 r4602 606 606 { 607 607 608 *fLog << endl; 609 608 610 if (fHiGainOverFlow) 609 611 *fLog << warn << GetDescriptor() 610 << ": WARNING:Histogram Overflow has occurred " << fHiGainOverFlow << " in the High-Gain! " << endl;612 << ": Histogram Overflow has occurred " << fHiGainOverFlow << " in the High-Gain! " << endl; 611 613 if (fLoGainOverFlow) 612 614 *fLog << warn << GetDescriptor() 613 << ": WARNING:Histogram Overflow has occurred " << fLoGainOverFlow << " in the Low-Gain! " << endl;615 << ": Histogram Overflow has occurred " << fLoGainOverFlow << " in the Low-Gain! " << endl; 614 616 615 617 for (Int_t i=0; i<fHiGainArray->GetSize(); i++) … … 902 904 // Creates new MHCalibrationCam 903 905 // 904 TObject *MHCalibrationChargeCam::Clone(const char * ) const906 TObject *MHCalibrationChargeCam::Clone(const char *name) const 905 907 { 906 908 … … 958 960 959 961 gPad->SetTicks(); 960 if (!pix.IsEmpty() )962 if (!pix.IsEmpty() && !pix.IsOnlyOverflow()) 961 963 gPad->SetLogy(); 962 964
Note:
See TracChangeset
for help on using the changeset viewer.