CMS 3D CMS Logo

HLTForwardBackwardJetsFilter.h
Go to the documentation of this file.
1 #ifndef HLTForwardBackwardJetsFilter_h
2 #define HLTForwardBackwardJetsFilter_h
3 
10 
11 namespace edm {
13 }
14 
15 //
16 // class decleration
17 //
18 template<typename T>
20 
21  public:
23  ~HLTForwardBackwardJetsFilter() override;
24  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
25  bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct) const override;
26 
27  private:
29  edm::InputTag inputTag_; // input tag identifying jets
30  double minPt_;
31  double minEta_;
32  double maxEta_;
33  unsigned int nNeg_;
34  unsigned int nPos_;
35  unsigned int nTot_;
37 };
38 
39 #endif //HLTForwardBackwardJetsFilter_h
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.
edm::EDGetTokenT< std::vector< T > > m_theJetToken