CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HerwigMaxPtPartonFilter.h
Go to the documentation of this file.
1 #ifndef HERWIGMAXPTPARTONFILTER_h
2 #define HERWIGMAXPTPARTONFILTER_h
3 // -*- C++ -*-
4 //
5 // Package: HerwigMaxPtPartonFilter
6 // Class: HerwigMaxPtPartonFilter
7 //
15 //
16 // Original Author: Brian Dorney
17 // Created: July 27th 2010
18 // $Id: HerwigMaxPtPartonFilter.h v1.0
19 //
20 // Modified From: PythiaFilter.cc
21 //
22 // Special Thanks to Filip Moortgat
23 //
24 
25 
26 // system include files
27 #include <memory>
28 #include "TH2.h"
29 
30 // user include files
33 
36 
38 
39 //
40 // class decleration
41 //
42 namespace edm {
43  class HepMCProduct;
44 }
45 
47  public:
50 
51 
52  virtual bool filter(edm::Event&, const edm::EventSetup&);
53  private:
54  // ----------member data ---------------------------
55 
57 
58 
60 
61  double minptcut;
62  double maxptcut;
63  int processID;
64 
65 };
66 #endif
edm::EDGetTokenT< edm::HepMCProduct > token_
HerwigMaxPtPartonFilter(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &)