Changeset 2838
- Timestamp:
- 01/19/04 09:47:08 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationBlindPixel.cc
r2834 r2838 71 71 fMeanTime(0.), fMeanTimeErr(0.), fSigmaTime(0.), fSigmaTimeErr(0.), 72 72 fLambdaCheck(0.), fLambdaCheckErr(0.), 73 fgSinglePheFitFunc(& gfKto4),fgSinglePheFitNPar(6)73 fgSinglePheFitFunc(&fKto4),fgSinglePheFitNPar(6) 74 74 75 75 { … … 364 364 // 365 365 // Normalize the histogram to facilitate faster fitting of the area 366 // For speed reasons, gfKto4 is normalized to Sqrt(2 pi).366 // For speed reasons, fKto4 is normalized to Sqrt(2 pi). 367 367 // Therefore also normalize the histogram to that value 368 368 //
Note:
See TracChangeset
for help on using the changeset viewer.