Changeset 4126


Ignore:
Timestamp:
05/22/04 14:54:07 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4125 r4126  
    3333     - replaced the relative limit for acceptance of the time resolution
    3434       by an absolute limit
     35
     36   * mcalib/MCalibrationChargeCalc.cc
     37     - moved limit for acceptance of number of phe;s from 5 to 8
    3538
    3639
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r3991 r4126  
    228228const Float_t MCalibrationChargeCalc::fgLambdaErrLimit         = 0.2;
    229229const Float_t MCalibrationChargeCalc::fgLambdaCheckLimit       = 0.2;
    230 const Float_t MCalibrationChargeCalc::fgPheErrLimit            = 5.;
     230const Float_t MCalibrationChargeCalc::fgPheErrLimit            = 8.;
    231231const Float_t MCalibrationChargeCalc::fgFFactorErrLimit        = 3.;
    232232// --------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.