Ignore:
Timestamp:
01/08/05 11:57:58 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc

    r5687 r5741  
    158158const Axis_t  MHCalibrationChargeCam::fgChargeHiGainFirst = -100.5;
    159159const Axis_t  MHCalibrationChargeCam::fgChargeHiGainLast  =  1899.5;
    160 const Int_t   MHCalibrationChargeCam::fgChargeLoGainNbins =  620;
    161 const Axis_t  MHCalibrationChargeCam::fgChargeLoGainFirst = -350.5;
    162 const Axis_t  MHCalibrationChargeCam::fgChargeLoGainLast  =  2049.5;
     160const Int_t   MHCalibrationChargeCam::fgChargeLoGainNbins =  500;
     161const Axis_t  MHCalibrationChargeCam::fgChargeLoGainFirst = -100.5;
     162const Axis_t  MHCalibrationChargeCam::fgChargeLoGainLast  =  899.5;
    163163const Float_t MHCalibrationChargeCam::fgProbLimit         = 0.00001;
    164164const TString MHCalibrationChargeCam::gsHistName          = "Charge";
Note: See TracChangeset for help on using the changeset viewer.