CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MCLongLivedParticles.h
Go to the documentation of this file.
1 #ifndef MCLongLivedParticles_h
2 #define MCLongLivedParticles_h
3 // -*- C++ -*-
4 //
5 // Package: MCLongLivedParticles
6 // Class: MCLongLivedParticles
7 //
8 /*
9 
10  Description: filter events based on the Pythia ProcessID and the Pt_hat
11 
12  Implementation: inherits from generic EDFilter
13 
14 */
15 //
16 // Original Author: Filip Moortgat
17 // Created: Mon Sept 11 10:57:54 CET 2006
18 // $Id: MCLongLivedParticles.h,v 1.3 2012/08/23 21:51:21 wdd Exp $
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 
26 // user include files
29 
33 
35 
36 
37 //
38 // class decleration
39 //
40 
42 public:
43  explicit MCLongLivedParticles(const edm::ParameterSet&);
45 
46 
47  virtual bool filter(edm::Event&, const edm::EventSetup&);
48 private:
49  // ----------member data ---------------------------
50 
51  float theCut;
53 };
54 #endif
virtual bool filter(edm::Event &, const edm::EventSetup &)
edm::InputTag hepMCProductTag_
MCLongLivedParticles(const edm::ParameterSet &)