CMS 3D CMS Logo

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:
33  ~PythiaFilterZJetWithOutBg() override;
34 
35  bool filter(edm::Event&, const edm::EventSetup&) override;
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_
HLT enums.