CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaDauVFilter.h
Go to the documentation of this file.
1 #ifndef PYTHIADAUVFILTER_h
2 #define PYTHIADAUVFILTER_h
3 // -*- C++ -*-
4 //
5 // Package: PythiaDauVFilter
6 // Class: PythiaDauVFilter
7 //
15 //
16 // Original Author: Daniele Pedrini
17 // Created: Apr 29 2008
18 // $Id: PythiaDauVFilter.h,v 1.1 2012/02/08 20:10:00 lenzip 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 PythiaDauVFilter(const edm::ParameterSet&);
44 
45 
46  virtual bool filter(edm::Event&, const edm::EventSetup&);
47  private:
48  int fVerbose;
49  std::string label_;
50  std::vector<int> dauIDs;
52  int motherID;
53  bool chargeconju;
55  std::vector<double> minptcut;
56  double maxptcut;
57  std::vector<double> minetacut;
58  std::vector<double> maxetacut;
59 };
60 #define PYCOMP pycomp_
61 extern "C" {
62  int PYCOMP(int& ip);
63 }
64 #endif
virtual bool filter(edm::Event &, const edm::EventSetup &)
std::vector< double > maxetacut
std::vector< int > dauIDs
std::vector< double > minetacut
std::vector< double > minptcut
#define PYCOMP
std::string label_
PythiaDauVFilter(const edm::ParameterSet &)