Ignore:
Timestamp:
02/23/10 10:43:20 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9337 r9552  
    489489        // Ratio between the number of events in the zenith angle
    490490        // bin corresponding to x and the new spectrum.
     491#if ROOT_VERSION_CODE < ROOT_VERSION(5,26,00)
    491492        const Double_t f = h.Integral(x, x, -1, 9999)/norm;
     493#else
     494        const Double_t f = h.Integral(x, x)/norm;
     495#endif
    492496
    493497        // Fill histogram with the "new spectrum" between
Note: See TracChangeset for help on using the changeset viewer.