Ignore:
Timestamp:
01/14/05 10:23:13 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdata/MDataChain.cc

    r5692 r5832  
    347347
    348348    const TString name = txt(1, txt.Length());
     349#if ROOT_VERSION_CODE < ROOT_VERSION(4,02,00)
    349350    TMethodCall call(TMath::Class(), name, "");
     351#else
     352    static TClass *const tmath = TClass::GetClass("TMath");
     353    TMethodCall call(tmath, name, "");
     354#endif
     355
    350356    switch (call.ReturnType())
    351357    {
Note: See TracChangeset for help on using the changeset viewer.