Changeset 4534 for trunk/MagicSoft/Mars


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4529 r4534  
    2525   * mjobs/MJExtractCalibTest.cc
    2626     - uncomment (and use) the interpolation of bad pixels
     27
     28   * mcalib/MHCalibrationChargeHiGainPix.cc
     29     - increase the default upper histogram limit to 2999.9 for the
     30       large extraction windows.
     31
    2732
    2833 2004/08/06: Nadia Tonello
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.cc

    r4345 r4534  
    4040using namespace std;
    4141
    42 const Int_t   MHCalibrationChargeHiGainPix::fgChargeNbins     = 800;
     42const Int_t   MHCalibrationChargeHiGainPix::fgChargeNbins     = 3000;
    4343const Axis_t  MHCalibrationChargeHiGainPix::fgChargeFirst     = -5.5;
    44 const Axis_t  MHCalibrationChargeHiGainPix::fgChargeLast      = 794.5;
     44const Axis_t  MHCalibrationChargeHiGainPix::fgChargeLast      = 2999.5;
    4545const Int_t   MHCalibrationChargeHiGainPix::fgAbsTimeNbins    = 20;
    4646const Axis_t  MHCalibrationChargeHiGainPix::fgAbsTimeFirst    = -0.5;
Note: See TracChangeset for help on using the changeset viewer.