Changeset 6153 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/31/05 16:19:58 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h

    r6013 r6153  
    7373
    7474  MCalibrationCam::PulserColor_t fPulserColor; // Calibration LEDs colour
     75  Float_t fStrength;                           // Calibration LEDs strength
    7576
    7677  Int_t   fNumInnerFFactorMethodUsed;          // Number of inner pixels used for F-Factor Method calibration
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc

    r6151 r6153  
    400400
    401401  if (fHiGainOutOfRangeLeft > 0)
    402     *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeLeft*100)/GetNumExecutions())
     402    *fLog << warn << GetDescriptor()
     403          << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeLeft*100)/GetNumExecutions())
    403404          << "% ranging out of high-gain window to the left!" << endl;
    404405  if (fHiGainOutOfRangeRight > 0)
    405     *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100/GetNumExecutions())
    406           << "% ranging out of high-gain window to the right!" << endl;
     406    *fLog << warn << GetDescriptor()
     407          << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100)/GetNumExecutions())
     408          << "% ranging out of high-gain window to the right!" << endl;
    407409  if (fLoGainOutOfRangeLeft > 0)
    408     *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fLoGainOutOfRangeLeft*100/GetNumExecutions())
     410    *fLog << warn << GetDescriptor()
     411          << ": " << Form("%4.2f",((Float_t)fLoGainOutOfRangeLeft*100)/GetNumExecutions())
    409412          << "% ranging out of low-gain window to the left!" << endl;
    410413  if (fHiGainOutOfRangeRight > 0)
    411     *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100/GetNumExecutions())
     414    *fLog << warn << GetDescriptor()
     415          << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100)/GetNumExecutions())
    412416          << "% ranging out of high-gain window to the right!" << endl;
    413417
Note: See TracChangeset for help on using the changeset viewer.