CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaFilterGammaJetIsoPi0.h
Go to the documentation of this file.
1 #ifndef PythiaFilterGammaJetIsoPi0_h
2 #define PythiaFilterGammaJetIsoPi0_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 etaMin;
41  double PtMin;
42  double etaMax;
43  double PtMax;
44  double isocone;
45  double isodr;
46  double ebEtaMax;
47  double deltaEB;
48  double deltaEE;
49 
52 
53 };
54 #endif
edm::EDGetTokenT< edm::HepMCProduct > token_
PythiaFilterGammaJetIsoPi0(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &)