Ignore:
Timestamp:
06/30/08 10:37:00 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHThreshold.cc

    r8911 r8988  
    116116    TH1D h(fHEnergy);
    117117
     118#if ROOT_VERSION_CODE<ROOT_VERSION(5,20,00)
    118119    Int_t min=1;
    119120    while (min<h.GetNbinsX() && h.GetBinContent(min)==0)
     
    127128
    128129    h.Smooth(1, min, max);
     130#else
     131    h.Smooth(1);
     132#endif
    129133
    130134    const Int_t bin  =  h.GetMaximumBin();
Note: See TracChangeset for help on using the changeset viewer.