CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTCSCActivityFilter.h
Go to the documentation of this file.
1 #ifndef HLTCSCActivityFilter_h
2 #define HLTCSCActivityFilter_h
3 // -*- C++ -*-
4 //
5 // Package: HLTCSCActivityFilter
6 // Class: HLTCSCActivityFilter
7 //
15 //
16 // Original Author: Carlo Battilana
17 // Created: Tue Jan 22 13:55:00 CET 2008
18 // $Id: HLTCSCActivityFilter.h,v 1.4 2012/01/21 14:59:42 fwyzard Exp $
19 //
20 //
21 
22 
23 // include files
28 
38 
39 //
40 // class declaration
41 //
42 
44 public:
45  explicit HLTCSCActivityFilter(const edm::ParameterSet&);
46  virtual ~HLTCSCActivityFilter();
47 
48 private:
49  virtual bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct);
51  bool m_MESR;
54 };
55 
56 #endif
virtual bool hltFilter(edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct)
edm::InputTag m_cscStripDigiTag
HLTCSCActivityFilter(const edm::ParameterSet &)