CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaDauFilter.h
Go to the documentation of this file.
1 #ifndef PYTHIADAUFILTER_h
2 #define PYTHIADAUFILTER_h
3 // -*- C++ -*-
4 //
5 // Package: PythiaDauFilter
6 // Class: PythiaDauFilter
7 //
15 //
16 // Original Author: Daniele Pedrini
17 // Created: Apr 29 2008
18 // $Id: PythiaDauFilter.h,v 1.2 2010/07/21 04:23:24 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 PythiaDauFilter(const edm::ParameterSet&);
44 
45 
46  virtual bool filter(edm::Event&, const edm::EventSetup&);
47  private:
48  // ----------memeber function----------------------
49 
50  // ----------member data ---------------------------
51 
52  std::string label_;
53  std::vector<int> dauIDs;
55  bool chargeconju;
57  double minptcut;
58  double maxptcut;
59  double minetacut;
60  double maxetacut;
61 };
62 #define PYCOMP pycomp_
63 extern "C" {
64  int PYCOMP(int& ip);
65 }
66 #endif
std::vector< int > dauIDs
PythiaDauFilter(const edm::ParameterSet &)
#define PYCOMP
virtual bool filter(edm::Event &, const edm::EventSetup &)
std::string label_