CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiggsToZZ4LeptonsSkimEff.h
Go to the documentation of this file.
1 #ifndef HiggsAnalysis_HiggsToZZ4LeptonsSkimEff
2 #define HiggsAnalysis_HiggsToZZ4LeptonsSkimEff
3 
4 /* \class HiggsTo4LeptonsSkimEff
5  *
6  * EDAnalyzer to study the HLT and skim efficiency for signal
7  * A preselection on the generaged event is built in
8  *
9  * \author Dominique Fortin - UC Riverside
10  *
11  */
12 
13 // system include files
14 #include <memory>
15 
16 // user include files
19 
24 
28 
30 
31  public:
32  // Constructor
34 
35  // Destructor
37 
39  virtual void analyze(const edm::Event&, const edm::EventSetup& );
40 
41 
42  private:
43  bool debug;
44  float stiffMinPt;
45  float softMinPt;
48 
51 
52  // Reco samples
56 };
57 
58 #endif
edm::EDGetTokenT< reco::TrackCollection > theGLBMuonToken
HiggsToZZ4LeptonsSkimEff(const edm::ParameterSet &)
edm::EDGetTokenT< reco::GsfElectronCollection > theGsfEToken
edm::EDGetTokenT< reco::GenParticleCollection > genToken
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Get event properties to send to builder to fill seed collection.