CMS 3D CMS Logo

HLTJetL1TMatchProducer.h
Go to the documentation of this file.
1 #ifndef HLTJetL1TMatchProducer_h
2 #define HLTJetL1TMatchProducer_h
3 
4 #include <string>
9 
19 
20 template <typename T>
22 public:
24  ~HLTJetL1TMatchProducer() override = default;
25 
26  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
27 
28  void produce(edm::Event&, const edm::EventSetup&) override;
29 
30 private:
33  double DeltaR2_; // DeltaR2(HLT,L1) with sign
36 };
37 
38 #endif
edm::EDGetTokenT< std::vector< T > > m_theJetToken
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
~HLTJetL1TMatchProducer() override=default
void produce(edm::Event &, const edm::EventSetup &) override
HLTJetL1TMatchProducer(const edm::ParameterSet &)
edm::EDGetTokenT< l1t::JetBxCollection > m_theL1JetToken