ImprovedOutputFile
Timing
dual_readout
llp
Last change
on this file since e4caec4 was e4caec4, checked in by pavel <pavel@…>, 11 years ago |
remove unneeded code
|
-
Property mode
set to
100644
|
File size:
325 bytes
|
Rev | Line | |
---|
[41f30b4] | 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 DefinedVariable(TString &variable, Int_t &action);
|
---|
| 20 |
|
---|
| 21 | };
|
---|
| 22 |
|
---|
| 23 | #endif /* DelphesTF2_h */
|
---|
| 24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.