CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
28  public:
29  explicit PythiaFilterZJet(const edm::ParameterSet&);
31 
32  virtual bool filter(edm::Event&, const edm::EventSetup&);
33 
34  private:
35 
36  std::string label_;
37  double etaMuMax;
38  double ptZMin;
39  double ptZMax;
40 
43 
44 };
45 #endif
virtual bool filter(edm::Event &, const edm::EventSetup &)
PythiaFilterZJet(const edm::ParameterSet &)
std::string label_