CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaFilterZJetWithOutBg.h
Go to the documentation of this file.
1 #ifndef PythiaFilterZJetWithOutBg_h
2 #define PythiaFilterZJetWithOutBg_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 etaMuMax;
41  double ptMuMin;
42  double ptZMin;
43  double ptZMax;
44  double m_z;
45  double dm_z;
46  int nmu;
47 
50 
51 };
52 #endif
edm::EDGetTokenT< edm::HepMCProduct > token_
virtual bool filter(edm::Event &, const edm::EventSetup &)
PythiaFilterZJetWithOutBg(const edm::ParameterSet &)