- Timestamp:
- Feb 16, 2021, 4:33:20 PM (4 years ago)
- Branches:
- master
- Children:
- 726e804
- Parents:
- 2671df6 (diff), 7967061 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesTF2.cc
r2671df6 r0852ba95 32 32 { 33 33 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) 35 37 fFormula = new TFormula(); 36 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.