CMS 3D CMS Logo

HLTJetPairDzMatchFilter.h
Go to the documentation of this file.
1 #ifndef HLTJetPairDzMatchFilter_h
2 #define HLTJetPairDzMatchFilter_h
3 
8 
14 namespace edm {
16 }
17 
18 template<typename T>
20 
21  public:
22 
24  ~HLTJetPairDzMatchFilter() override;
25  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
26  bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct) const override;
27 
28  private:
29 
32  double m_jetMinPt;
33  double m_jetMaxEta;
34  double m_jetMinDR;
35  double m_jetMaxDZ;
37 
38 };
39 
40 #endif
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.
edm::EDGetTokenT< std::vector< T > > m_jetToken