Fork me on GitHub

Changeset 23f67a5 in git for classes


Ignore:
Timestamp:
Apr 7, 2016, 4:32:45 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
4f728cd
Parents:
bbe45e7
Message:

increased max number of allowed operators in TFormula

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesFormula.cc

    rbbe45e7 r23f67a5  
    6161  buffer.ReplaceAll("phi", "z");
    6262  buffer.ReplaceAll("energy", "t");
     63 
     64  TFormula::SetMaxima(100000,1000,1000000);
     65 
    6366  if(TFormula::Compile(buffer) != 0)
    6467  {
Note: See TracChangeset for help on using the changeset viewer.