Changeset 4182 for trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.cc
- Timestamp:
- 05/25/04 15:29:41 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.cc
r4017 r4182 50 50 using namespace std; 51 51 52 const Int_t MHCalibrationTestPix::fgChargeNbins = 500;52 const Int_t MHCalibrationTestPix::fgChargeNbins = 4000; 53 53 const Axis_t MHCalibrationTestPix::fgChargeFirst = -0.5; 54 const Axis_t MHCalibrationTestPix::fgChargeLast = 1999.5;54 const Axis_t MHCalibrationTestPix::fgChargeLast = 39999.5; 55 55 // -------------------------------------------------------------------------- 56 56 // … … 81 81 82 82 fHGausHist.SetName("HCalibrationTest"); 83 fHGausHist.SetTitle("Distribution of calibrated Photons Pixel ");83 fHGausHist.SetTitle("Distribution of calibrated Photons Pixel "); 84 84 fHGausHist.SetXTitle("Nr. Photons"); 85 85 fHGausHist.SetYTitle("Nr. of events");
Note:
See TracChangeset
for help on using the changeset viewer.