CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaFilterEMJet.h
Go to the documentation of this file.
1 #ifndef PythiaFilterEMJet_h
2 #define PythiaFilterEMJet_h
3 
12 // system include files
13 #include <memory>
14 
15 // user include files
18 
21 
23 
24 namespace edm {
25  class HepMCProduct;
26 }
27 
29  public:
30  explicit PythiaFilterEMJet(const edm::ParameterSet&);
32 
33  virtual bool filter(edm::Event&, const edm::EventSetup&);
34 
35  private:
36 
38  double etaMin;
39  double eTSumMin;
40  double pTMin;
41  double etaMax;
42  double eTSumMax;
43  double pTMax;
44  double ebEtaMax;
45  double deltaEB;
46  double deltaEE;
47 
51 
52 };
53 #endif
edm::EDGetTokenT< edm::HepMCProduct > token_
PythiaFilterEMJet(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &)