CMS 3D CMS Logo

HLTAlphaTFilter.h
Go to the documentation of this file.
1 #ifndef HLTrigger_JetMET_HLTAlphaTFilter_h
2 #define HLTrigger_JetMET_HLTAlphaTFilter_h
3 
11 
17 
18 namespace edm {
20 }
21 
22 
23 //
24 // class declaration
25 //
26 template<typename T>
27 class HLTAlphaTFilter : public HLTFilter {
28 
29  public:
30  explicit HLTAlphaTFilter(const edm::ParameterSet&);
31  ~HLTAlphaTFilter() override;
32  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
33  bool hltFilter(edm::Event&, const edm::EventSetup&, trigger::TriggerFilterObjectWithRefs & filterproduct) const override;
34 
35  private:
36 
39 
40  edm::InputTag inputJetTag_; // input tag identifying jets
41  edm::InputTag inputJetTagFastJet_; // input tag identifying a second collection of jets
42  std::vector<double> minPtJet_;
43  std::vector<double> etaJet_;
44  unsigned int maxNJets_;
45  double minHt_;
46  double minAlphaT_;
50 };
51 
52 #endif // HLTrigger_JetMET_HLTAlphaTFilter_h
edm::EDGetTokenT< std::vector< T > > m_theRecoJetToken
edm::InputTag inputJetTagFastJet_
edm::InputTag inputJetTag_
edm::EDGetTokenT< std::vector< T > > m_theFastJetToken
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
std::vector< double > minPtJet_
std::vector< double > etaJet_
HLT enums.
unsigned int maxNJets_