Changeset 4791 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 08/29/04 16:53:01 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.h
r3639 r4791 12 12 private: 13 13 14 static const Int_t fgChargeNbins; // Default for fNbins (now set to: 2000 )15 static const Axis_t fgChargeFirst; // Default for fFirst (now set to: - 0.5 )16 static const Axis_t fgChargeLast; // Default for fLast (now set to: 1999.5)14 static const Int_t fgChargeNbins; // Default for fNbins (now set to: 1100 ) 15 static const Axis_t fgChargeFirst; // Default for fFirst (now set to: -100.5 ) 16 static const Axis_t fgChargeLast; // Default for fLast (now set to: 999.5) 17 17 static const Int_t fgAbsTimeNbins; // Default for fAbsTimeNbins (now set to: 20 ) 18 18 static const Axis_t fgAbsTimeFirst; // Default for fAbsTimeFirst (now set to: -0.5 ) -
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeLoGainPix.h
r3639 r4791 11 11 private: 12 12 13 static const Int_t fgChargeNbins; // Default for fNbins (now set to: 200 )14 static const Axis_t fgChargeFirst; // Default for fFirst (now set to: -0.5 )15 static const Axis_t fgChargeLast; // Default for fLast (now set to: 199.5 )16 static const Int_t fgAbsTimeNbins; // Default for fAbsTimeNbins (now set to: 15 )17 static const Axis_t fgAbsTimeFirst; // Default for fAbsTimeFirst (now set to: -0.5 )18 static const Axis_t fgAbsTimeLast; // Default for fAbsTimeLast (now set to: 14.5 )13 static const Int_t fgChargeNbins; //! Default for fNbins (now set to: 650 ) 14 static const Axis_t fgChargeFirst; //! Default for fFirst (now set to: -150.5 ) 15 static const Axis_t fgChargeLast; //! Default for fLast (now set to: 499.5 ) 16 static const Int_t fgAbsTimeNbins; //! Default for fAbsTimeNbins (now set to: 15 ) 17 static const Axis_t fgAbsTimeFirst; //! Default for fAbsTimeFirst (now set to: -0.5 ) 18 static const Axis_t fgAbsTimeLast; //! Default for fAbsTimeLast (now set to: 14.5 ) 19 19 20 20 public:
Note:
See TracChangeset
for help on using the changeset viewer.