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 
27 //class PythiaFilterGammaJetIsoPi0 : public edm::EDFilter {
29  public:
32 
33  virtual bool filter(edm::Event&, const edm::EventSetup&);
34 
35  private:
36 
37  std::string label_;
38  double etaMin;
39  double PtMin;
40  double etaMax;
41  double PtMax;
42  double isocone;
43  double isodr;
44  double ebEtaMax;
45  double deltaEB;
46  double deltaEE;
47 
50 
51 };
52 #endif
PythiaFilterGammaJetIsoPi0(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &)