Ignore:
Timestamp:
05/05/04 18:45:50 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc

    r3724 r3988  
    8080
    8181const Float_t MCalibrationChargePix::gkElectronicPedRms         = 1.5;
    82 const Float_t MCalibrationChargePix::gkElectronicPedRmsErr      = 0.3;
     82const Float_t MCalibrationChargePix::gkElectronicPedRmsErr      = 0.1;
    8383const Float_t MCalibrationChargePix::gkFFactor                  = 1.15;
    8484const Float_t MCalibrationChargePix::gkFFactorErr               = 0.02;
     
    8787const Float_t MCalibrationChargePix::fgConversionHiLoErr        = 2.5;
    8888const Float_t MCalibrationChargePix::fgPheFFactorMethodLimit    = 5.;
    89 const Float_t MCalibrationChargePix::fgConvFFactorRelErrLimit   = 0.35;
     89const Float_t MCalibrationChargePix::fgConvFFactorRelErrLimit   = 0.5;
    9090// --------------------------------------------------------------------------
    9191//
     
    815815  fLoGainPedRmsSquare    = logainNsbSquare    + elecRmsSquare;
    816816  fLoGainPedRmsSquareVar = logainNsbSquareVar + elecRmsSquareVar;
     817
    817818}
    818819 
Note: See TracChangeset for help on using the changeset viewer.