00001 #ifndef HLTJetCollectionsForLeptonPlusJets_h 00002 #define HLTJetCollectionsForLeptonPlusJets_h 00003 00022 // user include files 00023 #include "FWCore/Framework/interface/Frameworkfwd.h" 00024 #include "FWCore/Framework/interface/EDProducer.h" 00025 00026 #include "FWCore/Framework/interface/Event.h" 00027 00028 #include "FWCore/ParameterSet/interface/ParameterSet.h" 00029 00030 00031 namespace edm { 00032 class ConfigurationDescriptions; 00033 } 00034 00035 // 00036 // class declaration 00037 // 00038 00039 class HLTJetCollectionsForLeptonPlusJets: public edm::EDProducer { 00040 public: 00041 explicit HLTJetCollectionsForLeptonPlusJets(const edm::ParameterSet&); 00042 ~HLTJetCollectionsForLeptonPlusJets(); 00043 static void fillDescriptions(edm::ConfigurationDescriptions & descriptions); 00044 00045 private: 00046 virtual void produce(edm::Event&, const edm::EventSetup&); 00047 00048 edm::InputTag hltLeptonTag; 00049 edm::InputTag sourceJetTag; 00050 00051 double minDeltaR_; //min dR for jets and leptons not to match 00052 00053 // ----------member data --------------------------- 00054 }; 00055 #endif //HLTJetCollectionsForLeptonPlusJets_h