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 namespace edm {
27  class HepMCProduct;
28 }
29 
31  public:
34 
35  virtual bool filter(edm::Event&, const edm::EventSetup&);
36 
37  private:
38 
40  double etaMax;
41  double ptSeed;
42  double ptMin;
43  double ptMax;
44  double dphiMin;
45  double detaMax;
46  double etaPhotonCut2;
47 
48  double cone;
49  double ebEtaMax;
50  double deltaEB;
51  double deltaEE;
52 
55 
56 };
57 #endif
edm::EDGetTokenT< edm::HepMCProduct > token_
PythiaFilterGammaJetWithOutBg(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &)