Changeset 4324
- Timestamp:
- 06/22/04 18:05:05 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4323 r4324 40 40 * mcalib/MHGausEvents.h 41 41 - make DrawEvents() public 42 43 * mcalib/MHCalibrationChargeLoGainPix.cc 44 - upper histogram limit lowered for the better visibility in the 45 data check. 42 46 43 47 -
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeLoGainPix.cc
r4017 r4324 40 40 using namespace std; 41 41 42 const Int_t MHCalibrationChargeLoGainPix::fgChargeNbins = 400;42 const Int_t MHCalibrationChargeLoGainPix::fgChargeNbins = 300; 43 43 const Axis_t MHCalibrationChargeLoGainPix::fgChargeFirst = -0.5; 44 const Axis_t MHCalibrationChargeLoGainPix::fgChargeLast = 399.5;44 const Axis_t MHCalibrationChargeLoGainPix::fgChargeLast = 299.5; 45 45 const Int_t MHCalibrationChargeLoGainPix::fgAbsTimeNbins = 15; 46 46 const Axis_t MHCalibrationChargeLoGainPix::fgAbsTimeFirst = -0.5; … … 83 83 fHAbsTime.SetName ("HAbsTimeLoGainPix"); 84 84 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 "); 85 88 } 86 89
Note:
See TracChangeset
for help on using the changeset viewer.