Changeset 3494 for trunk/MagicSoft


Ignore:
Timestamp:
03/13/04 14:59:03 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3493 r3494  
    1919                                                 -*-*- END OF LINE -*-*-
    2020 2004/03/13: Markus Gaug
     21
    2122   * mcalib/MHGausEvents.cc
    2223     - changed default fit prob. limit from 0.005 to 0.001
     
    2425   * mbadpixels/MBadPixelsPix.h
    2526     - IsCalibrationResultOK does not ask for FitOK any more
     27
     28   * mcalib/MHCalibrationChargeCam.cc
     29     - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
     30
    2631
    2732 2004/03/12: Sebastian Raducci
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc

    r3479 r3494  
    142142const Float_t MCalibrationChargeCam::gkAverageQEErr             = 0.02; 
    143143const Float_t MCalibrationChargeCam::fgConvFFactorRelErrLimit   = 0.25;
    144 const Float_t MCalibrationChargeCam::fgPheFFactorRelLimit       = 5.;
     144const Float_t MCalibrationChargeCam::fgPheFFactorRelLimit       = 7.;
    145145// --------------------------------------------------------------------------
    146146//
Note: See TracChangeset for help on using the changeset viewer.