CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaHLTSoupFilter.h
Go to the documentation of this file.
1 #ifndef PythiaHLTSoupFilter_h
2 #define PythiaHLTSoupFilter_h
3 // -*- C++ -*-
4 //
5 // Package: PythiaHLTSoupFilter
6 // Class: PythiaHLTSoupFilter
7 //
15 //
16 // Original Author: Filip Moortgat
17 // Created: Mon Jan 23 14:57:54 CET 2006
18 //
19 //
20 
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
28 
31 
33 
34 
35 //
36 // class decleration
37 //
38 namespace edm {
39  class HepMCProduct;
40 }
41 
43  public:
44  explicit PythiaHLTSoupFilter(const edm::ParameterSet&);
46 
47 
48  virtual bool filter(edm::Event&, const edm::EventSetup&);
49  private:
50  // ----------member data ---------------------------
51 
53 
54  double minptelectron;
55  double minptmuon;
57  double maxetamuon;
58  double minpttau;
59  double maxetatau;
60 
61 
62 };
63 #endif
edm::EDGetTokenT< edm::HepMCProduct > token_
virtual bool filter(edm::Event &, const edm::EventSetup &)
PythiaHLTSoupFilter(const edm::ParameterSet &)