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 // $Id: PythiaHLTSoupFilter.h,v 1.2 2010/07/21 04:23:25 wmtan Exp $
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 
26 // user include files
29 
32 
34 
35 
36 //
37 // class decleration
38 //
39 
41  public:
42  explicit PythiaHLTSoupFilter(const edm::ParameterSet&);
44 
45 
46  virtual bool filter(edm::Event&, const edm::EventSetup&);
47  private:
48  // ----------member data ---------------------------
49 
50  std::string label_;
51 
52  double minptelectron;
53  double minptmuon;
55  double maxetamuon;
56  double minpttau;
57  double maxetatau;
58 
59 
60 };
61 #endif
virtual bool filter(edm::Event &, const edm::EventSetup &)
PythiaHLTSoupFilter(const edm::ParameterSet &)