Fork me on GitHub

Changeset 44bfedd in git for classes


Ignore:
Timestamp:
Jan 20, 2021, 4:14:41 PM (4 years ago)
Author:
Gerardo Ganis <Gerardo.Ganis@…>
Branches:
master
Children:
7967061
Parents:
90975be
Message:

Possible fix for TFormula related issue with ROOT >= 6.23/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesTF2.cc

    r90975be r44bfedd  
    3232{
    3333
    34 #if ROOT_VERSION_CODE >= ROOT_VERSION(6, 3, 0)
     34#if ROOT_VERSION_CODE >= ROOT_VERSION(6, 23, 0)
     35  fFormula = std::unique_ptr<TFormula>(new TFormula());
     36#elif ROOT_VERSION_CODE >= ROOT_VERSION(6, 3, 0)
    3537  fFormula = new TFormula();
    3638#endif
Note: See TracChangeset for help on using the changeset viewer.