- Timestamp:
- 08/29/04 16:53:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.h
r4791 r4792 12 12 private: 13 13 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 static const Int_t fgAbsTimeNbins; // Default for fAbsTimeNbins (now set to: 20 )18 static const Axis_t fgAbsTimeFirst; // Default for fAbsTimeFirst (now set to: -0.5 )19 static const Axis_t fgAbsTimeLast; // Default for fAbsTimeLast (now set to: 19.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 static const Int_t fgAbsTimeNbins; //! Default for fAbsTimeNbins (now set to: 20 ) 18 static const Axis_t fgAbsTimeFirst; //! Default for fAbsTimeFirst (now set to: -0.5 ) 19 static const Axis_t fgAbsTimeLast; //! Default for fAbsTimeLast (now set to: 19.5 ) 20 20 21 21 public:
Note:
See TracChangeset
for help on using the changeset viewer.