Changes in classes/DelphesTF2.cc [44bfedd:3b5d79a] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesTF2.cc
r44bfedd r3b5d79a 32 32 { 33 33 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) 37 35 fFormula = new TFormula(); 38 36 #endif
Note:
See TracChangeset
for help on using the changeset viewer.