Changeset 3b5d79a in git
- Timestamp:
- Feb 19, 2019, 6:02:00 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 2116fdf, af181bf
- Parents:
- 8552d52
- Location:
- classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesFormula.cc
r8552d52 r3b5d79a 64 64 buffer.ReplaceAll("ctgTheta", "[2]"); 65 65 66 #if ROOT_VERSION_CODE < ROOT_VERSION(6, 0, 0)66 #if ROOT_VERSION_CODE < ROOT_VERSION(6, 3, 0) 67 67 TFormula::SetMaxima(100000, 1000, 1000000); 68 68 #endif -
classes/DelphesTF2.cc
r8552d52 r3b5d79a 32 32 { 33 33 34 #if ROOT_VERSION_CODE >= ROOT_VERSION(6, 04, 00)34 #if ROOT_VERSION_CODE >= ROOT_VERSION(6, 3, 0) 35 35 fFormula = new TFormula(); 36 36 #endif … … 63 63 buffer.ReplaceAll("z", "x"); 64 64 buffer.ReplaceAll("t", "y"); 65 #if ROOT_VERSION_CODE < ROOT_VERSION(6, 04, 00)65 #if ROOT_VERSION_CODE < ROOT_VERSION(6, 3, 0) 66 66 if(TF2::Compile(buffer) != 0) 67 67 #else
Note:
See TracChangeset
for help on using the changeset viewer.