Changeset 4163


Ignore:
Timestamp:
05/24/04 21:48:20 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4160 r4163  
    2929       
    3030 2004/05/24: Markus Gaug
     31
     32   * mcalib/MCalibrationChargePix.cc
     33     - reduce limit in number of phe's from 5 to 1. since some pulses
     34       have less than 5 phe's now.
    3135
    3236   * mcalib/MHCalibrationTestCam.[h,cc]
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc

    r4130 r4163  
    8787const Float_t MCalibrationChargePix::fgConversionHiLo           = 10.;
    8888const Float_t MCalibrationChargePix::fgConversionHiLoErr        = 2.5;
    89 const Float_t MCalibrationChargePix::fgPheFFactorMethodLimit    = 5.;
     89const Float_t MCalibrationChargePix::fgPheFFactorMethodLimit    = 1.;
    9090const Float_t MCalibrationChargePix::fgConvFFactorRelErrLimit   = 0.75;
    9191// --------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.