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 
44  public:
47 
48 
49  virtual bool filter(edm::Event&, const edm::EventSetup&);
50  private:
51  // ----------member data ---------------------------
52 
54 
55 
56  std::string label_;
57 
58  double minptcut;
59  double maxptcut;
60  int processID;
61 
62 };
63 #endif
HerwigMaxPtPartonFilter(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &)