Rev | Line | |
---|
[1343] | 1 | #ifndef DelphesTF2_h
|
---|
| 2 | #define DelphesTF2_h
|
---|
| 3 |
|
---|
| 4 | #include "TF2.h"
|
---|
| 5 | #include "TFormula.h"
|
---|
| 6 |
|
---|
| 7 | #include <string>
|
---|
| 8 |
|
---|
| 9 | class DelphesTF2: public TF2
|
---|
| 10 | {
|
---|
| 11 | public:
|
---|
| 12 |
|
---|
| 13 | DelphesTF2();
|
---|
| 14 |
|
---|
| 15 | DelphesTF2(const char *name, const char *expression);
|
---|
| 16 |
|
---|
| 17 | ~DelphesTF2();
|
---|
| 18 |
|
---|
| 19 | // Int_t Compile(const char *expression);
|
---|
| 20 |
|
---|
| 21 | // Double_t Eval(Double_t z, Double_t t);
|
---|
| 22 |
|
---|
| 23 | // std::string ChangeVariables(const char *expression);
|
---|
| 24 |
|
---|
| 25 | // void ReplaceAll(std::string& str, const std::string& from, const std::string& to);
|
---|
| 26 |
|
---|
| 27 | Int_t DefinedVariable(TString &variable, Int_t &action);
|
---|
| 28 |
|
---|
| 29 | };
|
---|
| 30 |
|
---|
| 31 | #endif /* DelphesTF2_h */
|
---|
| 32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.