Changeset 4536 for trunk


Ignore:
Timestamp:
08/06/04 17:57:19 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4534 r4536  
    2727
    2828   * mcalib/MHCalibrationChargeHiGainPix.cc
    29      - increase the default upper histogram limit to 2999.9 for the
     29   * mcalib/MHCalibrationChargeLoGainPix.cc
     30     - increase the default upper histogram limits for the
    3031       large extraction windows.
    3132
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeLoGainPix.cc

    r4535 r4536  
    4040using namespace std;
    4141
    42 const Int_t   MHCalibrationChargeLoGainPix::fgChargeNbins     = 700;
     42const Int_t   MHCalibrationChargeLoGainPix::fgChargeNbins     = 1300;
    4343const Axis_t  MHCalibrationChargeLoGainPix::fgChargeFirst     = -15.5;
    44 const Axis_t  MHCalibrationChargeLoGainPix::fgChargeLast      = 684.5;
     44const Axis_t  MHCalibrationChargeLoGainPix::fgChargeLast      = 1284.5;
    4545const Int_t   MHCalibrationChargeLoGainPix::fgAbsTimeNbins    = 15;
    4646const Axis_t  MHCalibrationChargeLoGainPix::fgAbsTimeFirst    = -0.5;
Note: See TracChangeset for help on using the changeset viewer.