Changeset 4182


Ignore:
Timestamp:
05/25/04 15:29:41 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4178 r4182  
    4343   * mjobs/MJExtractCalibTest.[h,cc]
    4444     - implement switch to use or not the cosmics filter
     45
     46 
     47   * mcalib/MHCalibrationTestPix.cc
     48     - enlarged the dynamic range of the histograms for the high-int.
     49       pulses
    4550
    4651
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.cc

    r4017 r4182  
    5050using namespace std;
    5151
    52 const Int_t   MHCalibrationTestPix::fgChargeNbins     = 500;
     52const Int_t   MHCalibrationTestPix::fgChargeNbins     = 4000;
    5353const Axis_t  MHCalibrationTestPix::fgChargeFirst     = -0.5;
    54 const Axis_t  MHCalibrationTestPix::fgChargeLast      = 1999.5;
     54const Axis_t  MHCalibrationTestPix::fgChargeLast      = 39999.5;
    5555// --------------------------------------------------------------------------
    5656//
     
    8181
    8282  fHGausHist.SetName("HCalibrationTest");
    83   fHGausHist.SetTitle("Distribution of calibrated Photons Pixel"); 
     83  fHGausHist.SetTitle("Distribution of calibrated Photons Pixel "); 
    8484  fHGausHist.SetXTitle("Nr. Photons");
    8585  fHGausHist.SetYTitle("Nr. of events");
Note: See TracChangeset for help on using the changeset viewer.