CMS 3D CMS Logo

PythiaFilterZJet.h
Go to the documentation of this file.
1 #ifndef PythiaFilterZJet_h
2 #define PythiaFilterZJet_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:
32  explicit PythiaFilterZJet(const edm::ParameterSet&);
33  ~PythiaFilterZJet() override;
34 
35  bool filter(edm::Event&, const edm::EventSetup&) override;
36 
37  private:
38 
40  double etaMuMax;
41  double ptZMin;
42  double ptZMax;
43 
46 
47 };
48 #endif
edm::EDGetTokenT< edm::HepMCProduct > token_
HLT enums.