Fork me on GitHub

Changeset 7967061 in git for classes


Ignore:
Timestamp:
Feb 10, 2021, 10:58:52 AM (4 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
0852ba95
Parents:
f84b626 (diff), 44bfedd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Pavel Demin <pavel-demin@…> (02/10/21 10:58:52)
git-committer:
GitHub <noreply@…> (02/10/21 10:58:52)
Message:

Merge pull request #81 from gganis/fixTFormula

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesTF2.cc

    rf84b626 r7967061  
    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.