CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LHEDYdecayFilter.h
Go to the documentation of this file.
1 #ifndef LHEZDECAYFILTER_h
2 #define LHEZDECAYFILTER_h
3 // -*- C++ -*-
4 //
5 // Package: LHEDYdecayFilter
6 // Class: LHEDYdecayFilter
7 //
8 //
9 
10 
11 // system include files
12 #include <memory>
13 
14 // user include files
17 
20 
23 
24 
25 //
26 // class decleration
27 //
28 
30  public:
31  explicit LHEDYdecayFilter(const edm::ParameterSet&);
33 
34 
35  virtual bool filter(edm::Event&, const edm::EventSetup&);
36  private:
37  // ----------member data ---------------------------
38 
40  int leptonID_;
41  bool verbose_;
42 };
43 #endif
LHEDYdecayFilter(const edm::ParameterSet &)
edm::InputTag src_
virtual bool filter(edm::Event &, const edm::EventSetup &)