CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLT2jetGapFilter.h
Go to the documentation of this file.
1 #ifndef HLT2jetGapFilter_h
2 #define HLT2jetGapFilter_h
3 
10 
11 //
12 // class declaration
13 //
14 
15 class HLT2jetGapFilter : public HLTFilter {
16 
17  public:
18  explicit HLT2jetGapFilter(const edm::ParameterSet&);
20  virtual bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct);
21 
22  private:
23  edm::InputTag inputTag_; // input tag identifying jets
24  double minEt_;
25  double minEta_;
26 };
27 
28 #endif //HLT2jetGapFilter_h
edm::InputTag inputTag_
HLT2jetGapFilter(const edm::ParameterSet &)
virtual bool hltFilter(edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct)