Fork me on GitHub

Changeset f59e9c1 in git for classes/DelphesTF2.h


Ignore:
Timestamp:
Jun 24, 2015, 5:44:37 PM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
c9803f7
Parents:
3cac201
Message:

adapt DelphesFormula and DelphesTF2 to ROOT 6.04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesTF2.h

    r3cac201 rf59e9c1  
    2121
    2222#include "TF2.h"
    23 #include "TFormula.h"
    24 
    25 #include <string>
    2623
    2724class DelphesTF2: public TF2
     
    3532  ~DelphesTF2();
    3633
    37   Int_t DefinedVariable(TString &variable, Int_t &action);
    38 
     34  Int_t Compile(const char *expression);
    3935};
    4036
    4137#endif /* DelphesTF2_h */
    42 
Note: See TracChangeset for help on using the changeset viewer.