#ifndef MadGraphShowerLeptonSelector_h #define MadGraphShowerLeptonSelector_h #include "ExRootAnalysis/ExRootModule.h" class TClonesArray; class TObjArray; class ExRootFilter; class MadGraphParticleClassifier; class MadGraphShowerLeptonSelector: public ExRootModule { public: MadGraphShowerLeptonSelector(); ~MadGraphShowerLeptonSelector(); void Init(); void Process(); void Finish(); private: ExRootFilter *fFilter; //! MadGraphParticleClassifier *fClassifier; //! TClonesArray *fBranchParticle; //! TObjArray *fOutputArray; //! ClassDef(MadGraphShowerLeptonSelector, 1) }; #endif