Changeset 4324


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4323 r4324  
    4040  * mcalib/MHGausEvents.h
    4141    - make DrawEvents() public
     42
     43  * mcalib/MHCalibrationChargeLoGainPix.cc
     44    - upper histogram limit lowered for the better visibility in the
     45      data check.
    4246
    4347
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeLoGainPix.cc

    r4017 r4324  
    4040using namespace std;
    4141
    42 const Int_t   MHCalibrationChargeLoGainPix::fgChargeNbins     = 400;
     42const Int_t   MHCalibrationChargeLoGainPix::fgChargeNbins     = 300;
    4343const Axis_t  MHCalibrationChargeLoGainPix::fgChargeFirst     = -0.5;
    44 const Axis_t  MHCalibrationChargeLoGainPix::fgChargeLast      = 399.5;
     44const Axis_t  MHCalibrationChargeLoGainPix::fgChargeLast      = 299.5;
    4545const Int_t   MHCalibrationChargeLoGainPix::fgAbsTimeNbins    = 15;
    4646const Axis_t  MHCalibrationChargeLoGainPix::fgAbsTimeFirst    = -0.5;
     
    8383  fHAbsTime.SetName ("HAbsTimeLoGainPix");
    8484  fHAbsTime.SetTitle("Distribution of Absolute Arrival Times Lo Gain Pixel "); 
     85
     86  fHFADCSlices.SetName ("HFADCSlicesLoGainPix");
     87  fHFADCSlices.SetTitle("Number of used Low Gain FADC slices Pixel "); 
    8588}
    8689
Note: See TracChangeset for help on using the changeset viewer.