Fork me on GitHub

Changeset 2eaa9fd in git


Ignore:
Timestamp:
Mar 5, 2021, 3:28:02 PM (4 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
bd33fce
Parents:
363e269 (diff), 1e48d63 (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@…> (03/05/21 15:28:02)
git-committer:
GitHub <noreply@…> (03/05/21 15:28:02)
Message:

Merge pull request #87 from andresailer/tformulBackport

DelphesTF2: TF2 changes were backported to root 6.22.08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesTF2.cc

    r363e269 r2eaa9fd  
    3232{
    3333
    34 #if ROOT_VERSION_CODE >= ROOT_VERSION(6, 23, 0)
     34#if ROOT_VERSION_CODE >= ROOT_VERSION(6, 22, 7)
    3535  fFormula = std::unique_ptr<TFormula>(new TFormula());
    3636#elif ROOT_VERSION_CODE >= ROOT_VERSION(6, 3, 0)
Note: See TracChangeset for help on using the changeset viewer.