- Timestamp:
- 04/04/04 14:28:25 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeLoGainPix.h
r3636 r3639 11 11 private: 12 12 13 static const Int_t fgChargeNbins; // Default for MHGausEvents::fNbins(now set to: 200 )14 static const Axis_t fgChargeFirst; // Default for MHGausEvents::fFirst(now set to: -0.5 )15 static const Axis_t fgChargeLast; // Default for MHGausEvents::fLast(now set to: 199.5 )16 static const Int_t fgAbsTimeNbins; // Default for fAbsTimeNbins 17 static const Axis_t fgAbsTimeFirst; // Default for fAbsTimeFirst 18 static const Axis_t fgAbsTimeLast; // Default for fAbsTimeLast 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 ) 19 19 20 20 public: … … 28 28 void SetAbsTimeLast (const Axis_t last =fgAbsTimeLast) { fAbsTimeLast = last; } 29 29 30 ClassDef(MHCalibrationChargeLoGainPix, 1) // Histogram class for Low Gain Part of Calibration Pixel30 ClassDef(MHCalibrationChargeLoGainPix, 1) // Histogram class for Charge Low Gain Pixel Calibration 31 31 }; 32 32
Note:
See TracChangeset
for help on using the changeset viewer.