Changeset 621f6a3 in git for classes/DelphesFormula.cc
- Timestamp:
- Apr 19, 2016, 3:37:32 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 730bc64
- Parents:
- 61f2714
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesFormula.cc
r61f2714 r621f6a3 61 61 buffer.ReplaceAll("phi", "z"); 62 62 buffer.ReplaceAll("energy", "t"); 63 64 65 66 #if ROOT_VERSION_CODE < ROOT_VERSION(6,0,0) 67 TFormula::SetMaxima(100000,1000,1000000); 68 #endif 63 69 64 70 if(TFormula::Compile(buffer) != 0)
Note:
See TracChangeset
for help on using the changeset viewer.