Rev | Line | |
---|
[2] | 1 | #ifndef MadGraphClassMerger_h
|
---|
| 2 | #define MadGraphClassMerger_h
|
---|
| 3 |
|
---|
| 4 | #include "ExRootAnalysis/ExRootModule.h"
|
---|
| 5 |
|
---|
| 6 | class TObjArray;
|
---|
| 7 | class TIterator;
|
---|
| 8 |
|
---|
| 9 | class MadGraphClassMerger: public ExRootModule
|
---|
| 10 | {
|
---|
| 11 | public:
|
---|
| 12 |
|
---|
| 13 | MadGraphClassMerger();
|
---|
| 14 | ~MadGraphClassMerger();
|
---|
| 15 |
|
---|
| 16 | void Init();
|
---|
| 17 | void Process();
|
---|
| 18 | void Finish();
|
---|
| 19 |
|
---|
| 20 | private:
|
---|
| 21 |
|
---|
| 22 | TIterator *fItInputArray; //!
|
---|
| 23 |
|
---|
| 24 | const TObjArray *fInputArray; //!
|
---|
| 25 |
|
---|
| 26 | TObjArray *fOutputArray; //!
|
---|
| 27 |
|
---|
| 28 | ClassDef(MadGraphClassMerger, 1)
|
---|
| 29 | };
|
---|
| 30 |
|
---|
| 31 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.