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 
28 
30  public:
33  virtual void endJob() ;
34 
35  virtual bool filter(edm::Event&, const edm::EventSetup&);
36 
37  private:
39  double diTrackPtMin_;
40  double etaMin_;
41  double etaMax_;
42  unsigned int nEvents_;
43  unsigned int nAccepted_;
44 
45  // Reco samples
48 
49 };
50 #endif
51 
52 
53 
virtual bool filter(edm::Event &, const edm::EventSetup &)
HiggsToWW2LeptonsSkim(const edm::ParameterSet &)
edm::EDGetTokenT< reco::TrackCollection > theGLBMuonToken
edm::EDGetTokenT< reco::GsfElectronCollection > theGsfEToken