Fork me on GitHub

Changes in / [7967061:f84b626] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesTF2.cc

    r7967061 rf84b626  
    3232{
    3333
    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)
     34#if ROOT_VERSION_CODE >= ROOT_VERSION(6, 3, 0)
    3735  fFormula = new TFormula();
    3836#endif
Note: See TracChangeset for help on using the changeset viewer.