CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaFilterGammaJetWithOutBg.h
Go to the documentation of this file.
1 #ifndef PythiaFilterGammaJetWithOutBg_h
2 #define PythiaFilterGammaJetWithOutBg_h
3 
14 // system include files
15 #include <memory>
16 
17 // user include files
20 
23 
25 
26 
28  public:
31 
32  virtual bool filter(edm::Event&, const edm::EventSetup&);
33 
34  private:
35 
36  std::string label_;
37  double etaMax;
38  double ptSeed;
39  double ptMin;
40  double ptMax;
41  double dphiMin;
42  double detaMax;
43  double etaPhotonCut2;
44 
45  double cone;
46  double ebEtaMax;
47  double deltaEB;
48  double deltaEE;
49 
52 
53 };
54 #endif
PythiaFilterGammaJetWithOutBg(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &)