CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiggsToWW2LeptonsSkim.h
Go to the documentation of this file.
1 #ifndef HiggsToWW2LeptonsSkim_h
2 #define HiggsToWW2LeptonsSkim_h
3 
16 // system include files
17 #include <memory>
18 
19 // user include files
22 
25 
27 
29  public:
32  virtual void endJob() ;
33 
34  virtual bool filter(edm::Event&, const edm::EventSetup&);
35 
36  private:
38  double diTrackPtMin_;
39  double etaMin_;
40  double etaMax_;
41  unsigned int nEvents_;
42  unsigned int nAccepted_;
43 
44  // Reco samples
48 
49 };
50 #endif
51 
52 
53 
virtual bool filter(edm::Event &, const edm::EventSetup &)
HiggsToWW2LeptonsSkim(const edm::ParameterSet &)