CMS 3D CMS Logo

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