Changeset 4536 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 08/06/04 17:57:19 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeLoGainPix.cc
r4535 r4536 40 40 using namespace std; 41 41 42 const Int_t MHCalibrationChargeLoGainPix::fgChargeNbins = 700;42 const Int_t MHCalibrationChargeLoGainPix::fgChargeNbins = 1300; 43 43 const Axis_t MHCalibrationChargeLoGainPix::fgChargeFirst = -15.5; 44 const Axis_t MHCalibrationChargeLoGainPix::fgChargeLast = 684.5;44 const Axis_t MHCalibrationChargeLoGainPix::fgChargeLast = 1284.5; 45 45 const Int_t MHCalibrationChargeLoGainPix::fgAbsTimeNbins = 15; 46 46 const Axis_t MHCalibrationChargeLoGainPix::fgAbsTimeFirst = -0.5;
Note:
See TracChangeset
for help on using the changeset viewer.