CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MCDecayingPionKaonFilter.h
Go to the documentation of this file.
1 #ifndef MCDecayingPionKaonFilter_h
2 #define MCDecayingPionKaonFilter_h
3 // -*- C++ -*-
4 //
5 // Package: MCDecayingPionKaonFilter
6 // Class: MCDecayingPionKaonFilter
7 //
8 /*
9 
10  Description: filter events based on the Pythia particleID and the Pt_hat
11 
12  Implementation: inherits from generic EDFilter
13 
14 */
15 //
16 // Original Author: Juan Alcaraz (13/03/2008)
17 //
18 //
19 
20 
21 // system include files
22 #include <memory>
23 
24 // user include files
27 
30 
32 
33 
34 //
35 // class decleration
36 //
37 namespace edm {
38  class HepMCProduct;
39 }
40 
42  public:
45 
46 
47  virtual bool filter(edm::Event&, const edm::EventSetup&);
48  private:
49  // ----------member data ---------------------------
50 
52  std::vector<int> particleID;
53  std::vector<double> ptMin;
54  std::vector<double> etaMin;
55  std::vector<double> etaMax;
56  std::vector<double> decayRadiusMin;
57  std::vector<double> decayRadiusMax;
58  std::vector<double> decayZMin;
59  std::vector<double> decayZMax;
60  double ptMuMin;
61 };
62 #endif
std::vector< double > decayZMax
edm::EDGetTokenT< edm::HepMCProduct > token_
std::vector< double > decayRadiusMin
MCDecayingPionKaonFilter(const edm::ParameterSet &)
std::vector< double > decayRadiusMax
std::vector< double > decayZMin
virtual bool filter(edm::Event &, const edm::EventSetup &)