Changeset 5688
- Timestamp:
- 12/22/04 23:04:39 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5685 r5688 37 37 - centralize the decision about the probability limit to be 38 38 taken inside these classes. 39 40 * mhcalib/MHCalibrationPix.cc 41 - fix a bug in the calculation of outliers. Standard analyses 42 not affected! 39 43 40 44 -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc
r5681 r5688 147 147 return 0.; 148 148 149 return fHGausHist.Integral(first, last , "width");149 return fHGausHist.Integral(first, last); 150 150 } 151 151 … … 169 169 return 0.; 170 170 171 return fHGausHist.Integral(first, last , "width");171 return fHGausHist.Integral(first, last); 172 172 } 173 173
Note:
See TracChangeset
for help on using the changeset viewer.