CMS 3D CMS Logo

HLT2jetGapFilter.h
Go to the documentation of this file.
1 #ifndef HLT2jetGapFilter_h
2 #define HLT2jetGapFilter_h
3 
11 
12 namespace edm {
14 }
15 
16 //
17 // class declaration
18 //
19 
20 class HLT2jetGapFilter : public HLTFilter {
21 
22  public:
23  explicit HLT2jetGapFilter(const edm::ParameterSet&);
24  ~HLT2jetGapFilter() override;
25  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
26  bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct) const override;
27 
28  private:
30 
31  edm::InputTag inputTag_; // input tag identifying jets
32  double minEt_;
33  double minEta_;
34 };
35 
36 #endif //HLT2jetGapFilter_h
edm::InputTag inputTag_
edm::EDGetTokenT< reco::CaloJetCollection > m_theCaloJetToken
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.