CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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:
23  explicit HLTJetL1TMatchProducer(const edm::ParameterSet &);
24  ~HLTJetL1TMatchProducer() override;
25  static void fillDescriptions(edm::ConfigurationDescriptions &descriptions);
26  virtual void beginJob();
27  void produce(edm::Event &, const edm::EventSetup &) override;
28 
29 private:
34  // std::string jetType_;
35  double DeltaR_; // DeltaR(HLT,L1)
36 };
37 
38 #endif
edm::EDGetTokenT< std::vector< T > > m_theJetToken
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void produce(edm::Event &, const edm::EventSetup &) override
~HLTJetL1TMatchProducer() override
HLTJetL1TMatchProducer(const edm::ParameterSet &)
edm::EDGetTokenT< l1t::JetBxCollection > m_theL1JetToken