Changeset 2934 for trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.cc
- Timestamp:
- 01/27/04 20:55:13 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.cc
r2932 r2934 63 63 fTimeLast(15.75), 64 64 fHivsLoGain(NULL), 65 fHPSD(NULL), 65 66 fChargeGausFit(NULL), 66 67 fTimeGausFit(NULL), … … 166 167 fChargeProb = -1.; 167 168 fChargeNdf = -1; 169 168 170 fTimeChisquare = -1.; 169 171 fTimeProb = -1.; … … 178 180 179 181 fOffset = 0.; 180 fSlope = 0 ;182 fSlope = 0.; 181 183 182 184 if (fChargeGausFit)
Note:
See TracChangeset
for help on using the changeset viewer.