CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/HLTrigger/JetMET/interface/HLTJetL1MatchProducer.h

Go to the documentation of this file.
00001 #ifndef HLTJetL1MatchProducer_h
00002 #define HLTJetL1MatchProducer_h
00003 
00004 #include "FWCore/Framework/interface/EDProducer.h"
00005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00006 #include "FWCore/Framework/interface/Event.h"
00007 #include "FWCore/Framework/interface/EventSetup.h"
00008 
00009 class HLTJetL1MatchProducer : public edm::EDProducer {
00010  public:
00011   explicit HLTJetL1MatchProducer(const edm::ParameterSet&);
00012   ~HLTJetL1MatchProducer();
00013   virtual void beginJob() ; 
00014   virtual void produce(edm::Event &, const edm::EventSetup&);
00015  private:
00016   edm::InputTag jetsInput_;
00017   edm::InputTag L1TauJets_;
00018   edm::InputTag L1CenJets_;
00019   edm::InputTag L1ForJets_;
00020   double DeltaR_;         // DeltaR(HLT,L1)
00021 };
00022 
00023 #endif