Changeset 2861


Ignore:
Timestamp:
01/20/04 17:12:21 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2860 r2861  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6
     7 2004/01/20: Abelardo moralejo
     8
     9   * manalysis/MMcCalibrationCalc.cc
     10     - removed call to MCalibrationPix::SetPedestal, which was not
     11       needed.
    612
    713 2004/01/20: Thomas Bretz
  • trunk/MagicSoft/Mars/manalysis/MMcCalibrationCalc.cc

    r2827 r2861  
    231231          (fHeaderFadc->GetPedestalRmsHigh(i)>0.? fHeaderFadc->GetPedestalRmsHigh(i) : 0.01);
    232232
    233         calpix.SetPedestal(pedestmean, pedestrms);
    234233        calpix.SetBlindPixelMethodValid();
    235234        calpix.SetFitValid();
Note: See TracChangeset for help on using the changeset viewer.