Changeset 4192 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/26/04 14:35:34 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

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

    r4133 r4192  
    4343private:
    4444
    45   static const Float_t fgChargeLimit;            //! Default for fChargeLimit            (now set to: 3.)
     45  static const Float_t fgChargeLimit;            //! Default for fChargeLimit            (now set to: 2.5)
    4646  static const Float_t fgChargeErrLimit;         //! Default for fChargeErrLimit         (now set to: 0.)
    4747  static const Float_t fgChargeRelErrLimit;      //! Default for fChargeRelErrLimit      (now set to: 1.)
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc

    r4149 r4192  
    5151//
    5252// The following "calibration" constants are used for the calibration of each pixel
    53 // (see MCalibrate and MCalibrateData):
     53// (see MCalibrate):
    5454//
    5555// - MCalibrationQEPix::GetMeanConvFADC2Phe(): The mean conversion factor from the
     
    212212                << Form("%s%3i","Pixel: ",pix->GetPixId())
    213213                << Form("%s%4.2f%s%4.2f","  Ped.Rms: ",pix->GetPedRms(),"+-",pix->GetPedRmsErr())
    214                 << Form("%s%4.2f%s%4.2f","  Charge: " ,pix->GetMean(),"+-",pix->GetSigma())
    215                 << Form("%s%4.2f%s%4.2f","  Red.Sigma: ",pix->GetRSigma(),"+-",pix->GetRSigmaErr())
     214                << Form("%s%4.2f%s%4.2f","  Charge: " ,pix->GetConvertedMean(),"+-",pix->GetConvertedSigma())
     215                << Form("%s%4.2f%s%4.2f","  Red.Sigma: ",pix->GetConvertedRSigma(),"+-",pix->GetConvertedRSigmaErr())
    216216                << Form("%s%4.2f%s%4.2f","  Num.Phes: ",pix->GetPheFFactorMethod(),"+-",pix->GetPheFFactorMethodErr())
    217217                << Form("%s%4.2f%s%4.2f","  Conv.FADC2Phe: ",pix->GetMeanConvFADC2Phe(),"+-",pix->GetMeanConvFADC2PheErr())
Note: See TracChangeset for help on using the changeset viewer.