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