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 
26 
27  public:
28  // Constructor
30 
31  // Destructor
33 
35  virtual void analyze(const edm::Event&, const edm::EventSetup& );
36 
37 
38  private:
39  bool debug;
40  float stiffMinPt;
41  float softMinPt;
44 
47 
48  // Reco samples
52 };
53 
54 #endif
HiggsToZZ4LeptonsSkimEff(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Get event properties to send to builder to fill seed collection.