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