CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MCProcessRangeFilter.h
Go to the documentation of this file.
1 #ifndef MCProcessRangeFilter_h
2 #define MCProcessRangeFilter_h
3 // -*- C++ -*-
4 //
5 // Package: MCProcessRangeFilter
6 // Class: MCProcessRangeFilter
7 //
8 /*
9 
10  Description: filter events based on the Pythia ProcessID and the Pt_hat
11 
12  Implementation: inherits from generic EDFilter
13 
14 */
15 //
16 // Original Author: Filip Moortgat
17 // Created: Mon Sept 11 10: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 MCProcessRangeFilter(const edm::ParameterSet&);
46 
47 
48  virtual bool filter(edm::Event&, const edm::EventSetup&);
49  private:
50  // ----------member data ---------------------------
51 
55  double pthatMin;
56  double pthatMax;
57 };
58 #endif
MCProcessRangeFilter(const edm::ParameterSet &)
edm::EDGetTokenT< edm::HepMCProduct > token_
virtual bool filter(edm::Event &, const edm::EventSetup &)