CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaProbeSelector.h
Go to the documentation of this file.
1 #ifndef EgammaProbeSelector_h
2 #define EgammaProbeSelector_h
3 
13 // system include files
14 #include <memory>
15 
16 // user include files
19 
24 
25 
26 
27 
28 #include <math.h>
29 
31 
32  public:
33  explicit EgammaProbeSelector(const edm::ParameterSet&);
35 
36  virtual bool filter(edm::Event&, const edm::EventSetup& );
37 
38  private:
39  bool debug;
40 
43  double jetEtMin;
44  double jetEtaMin;
45  double jetEtaMax;
46 
50  double scEtMin;
51  double scEtaMin;
52  double scEtaMax;
53 
55 };
56 #endif
57 
58 
59 
EgammaProbeSelector(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &)