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;
25  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
26  virtual void beginJob() ;
27  void produce(edm::Event &, const edm::EventSetup&) override;
28  private:
33  // std::string jetType_;
34  double DeltaR_; // DeltaR(HLT,L1)
35 };
36 
37 #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