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 
28  public:
31 
32  virtual bool filter(edm::Event&, const edm::EventSetup&);
33 
34  private:
35 
36  std::string label_;
37  double etaMuMax;
38  double ptMuMin;
39  double ptZMin;
40  double ptZMax;
41  double m_z;
42  double dm_z;
43  int nmu;
44 
47 
48 };
49 #endif
virtual bool filter(edm::Event &, const edm::EventSetup &)
PythiaFilterZJetWithOutBg(const edm::ParameterSet &)