CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiggsToZZ4LeptonsSkim.h
Go to the documentation of this file.
1 #ifndef HiggsAnalysis_HiggsToZZ4LeptonsSkim
2 #define HiggsAnalysis_HiggsToZZ4LeptonsSkim
3 
4 /* \class HiggsTo4LeptonsSkim
5  *
6  *
7  * Filter to select 4 lepton events based on the
8  * 1 or 2 electron or 1 or 2 muon HLT trigger,
9  * and four leptons (no flavour requirement).
10  * No charge requirements are applied on event.
11  *
12  * \author Dominique Fortin - UC Riverside
13  *
14  */
15 
16 // system include files
17 #include <memory>
18 
19 // user include files
22 
27 
29 
30  public:
31  // Constructor
33 
34  // Destructor
36 
38  virtual bool filter(edm::Event&, const edm::EventSetup& );
39 
40 
41  private:
43 
44 
45  bool debug;
46  float stiffMinPt;
47  float softMinPt;
50 
51  // Reco samples
55 };
56 
57 #endif
HiggsToZZ4LeptonsSkim(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &)
Get event properties to send to builder to fill seed collection.