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 
14 // system include files
15 #include <memory>
16 
17 // user include files
20 
23 
25 
27  public:
30  virtual void endJob() ;
31 
32  virtual bool filter(edm::Event&, const edm::EventSetup&);
33 
34  private:
36  double diTrackPtMin_;
37  double etaMin_;
38  double etaMax_;
39  unsigned int nEvents_;
40  unsigned int nAccepted_;
41 
42  // Reco samples
46 
47 };
48 #endif
49 
50 
51 
virtual bool filter(edm::Event &, const edm::EventSetup &)
HiggsToWW2LeptonsSkim(const edm::ParameterSet &)