CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTCSCOverlapFilter.h
Go to the documentation of this file.
1 #ifndef HLTCSCOverlapFilter_h
2 #define HLTCSCOverlapFilter_h
3 
4 #include <vector>
5 #include <map>
6 
9 #include "TH1F.h"
10 
12 
13  public:
14  explicit HLTCSCOverlapFilter(const edm::ParameterSet&);
16  virtual bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct);
17 
18  private:
20  unsigned int m_minHits;
25 };
26 
27 #endif
virtual bool hltFilter(edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct)
HLTCSCOverlapFilter(const edm::ParameterSet &)