CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HZZ4lFilter.h
Go to the documentation of this file.
1 #ifndef HZZ4lFilter_H
2 #define HZZ4lFilter_H
3 
4 // -*- C++ -*-
5 //
6 // Package: HZZ4lFilter
7 // Class: HZZ4lFilter
8 //
16 //
17 // Original Author: Puljak Ivica
18 // Created: Wed Apr 18 12:52:31 CEST 2007
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 
26 // user include files
29 
32 
34 
35 //
36 // class declaration
37 //
38 namespace edm {
39  class HepMCProduct;
40 }
41 
42 class HZZ4lFilter : public edm::EDFilter {
43  public:
44  explicit HZZ4lFilter(const edm::ParameterSet&);
45  ~HZZ4lFilter();
46 
47  private:
48  virtual bool filter(edm::Event&, const edm::EventSetup&);
49  // virtual void endJob() ;
50 
51  // ----------member data ---------------------------
52 
54 
57 
58 };
59 
60 #endif
double minPtElectronMuon
Definition: HZZ4lFilter.h:55
double maxEtaElectronMuon
Definition: HZZ4lFilter.h:56
edm::EDGetTokenT< edm::HepMCProduct > token_
Definition: HZZ4lFilter.h:53
HZZ4lFilter(const edm::ParameterSet &)
Definition: HZZ4lFilter.cc:36
virtual bool filter(edm::Event &, const edm::EventSetup &)
Definition: HZZ4lFilter.cc:61