Changeset 2827
- Timestamp:
- 01/16/04 12:01:03 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2826 r2827 6 6 7 7 2004/01/16: Abelardo Moralejo 8 8 9 * manalysis/MMcCalibrationCalc.cc 9 10 - TMath::Max() is no longer used because it did not compile in some 10 11 systems for unkown reasons. I replaced it by a safer (and may be 11 12 slower) code. 13 - Added calpix.SetFitValid(); 12 14 13 15 * mhist/MHEvent.cc -
trunk/MagicSoft/Mars/manalysis/MMcCalibrationCalc.cc
r2825 r2827 233 233 calpix.SetPedestal(pedestmean, pedestrms); 234 234 calpix.SetBlindPixelMethodValid(); 235 calpix.SetFitValid(); 236 235 237 calpix.SetConversionHiLo(fConversionHiLo); 236 238 calpix.SetConversionHiLoError(0.); // FIXME ?
Note:
See TracChangeset
for help on using the changeset viewer.