Changeset 2827


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2826 r2827  
    66
    77 2004/01/16: Abelardo Moralejo
     8
    89   * manalysis/MMcCalibrationCalc.cc
    910     - TMath::Max() is no longer used because it did not compile in some
    1011       systems for unkown reasons. I replaced it by a safer (and may be
    1112       slower) code.
     13     - Added calpix.SetFitValid();
    1214
    1315   * mhist/MHEvent.cc
  • trunk/MagicSoft/Mars/manalysis/MMcCalibrationCalc.cc

    r2825 r2827  
    233233        calpix.SetPedestal(pedestmean, pedestrms);
    234234        calpix.SetBlindPixelMethodValid();
     235        calpix.SetFitValid();
     236
    235237        calpix.SetConversionHiLo(fConversionHiLo);
    236238        calpix.SetConversionHiLoError(0.);         // FIXME ?
Note: See TracChangeset for help on using the changeset viewer.