Ignore:
Timestamp:
02/21/02 12:12:37 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTheta.cc

    r1215 r1219  
    188188    // FIXME: ROOT Binning??? of projection
    189189    // root 3.02: SetRangeUser
     190#if ROOT_VERSION_CODE < ROOT_VERSION(3,02,06)
    190191    axe.SetRange(axe.FindFixBin(lo), axe.FindFixBin(up));
     192#else
     193    axe.SetRangeUser(lo, up);
     194#endif
    191195}
    192196
Note: See TracChangeset for help on using the changeset viewer.