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