CMS 3D CMS Logo

HLTJetCollectionsForBoostedLeptonPlusJets.h
Go to the documentation of this file.
1 #ifndef HLTJetCollectionsForBoostedLeptonPlusJets_h
2 #define HLTJetCollectionsForBoostedLeptonPlusJets_h
3 
19 // user include files
22 
24 
26 
28 
30 
31 namespace edm {
33 }
34 
35 //
36 // class declaration
37 //
38 
39 template <typename jetType>
41 public:
44  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
45 
46 private:
47  void produce(edm::Event&, const edm::EventSetup&) override;
48 
53 
54  double minDeltaR_; //min dR to consider cleaning
55 
56  // ----------member data ---------------------------
57 };
58 #endif //HLTJetCollectionsForBoostedLeptonPlusJets_h
HLTJetCollectionsForBoostedLeptonPlusJets::hltLeptonTag
edm::InputTag hltLeptonTag
Definition: HLTJetCollectionsForBoostedLeptonPlusJets.h:51
HLTJetCollectionsForBoostedLeptonPlusJets::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: HLTJetCollectionsForBoostedLeptonPlusJets.cc:64
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs >
edm
HLT enums.
Definition: AlignableModifier.h:19
PFJetCollection.h
HLTJetCollectionsForBoostedLeptonPlusJets::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: HLTJetCollectionsForBoostedLeptonPlusJets.cc:47
EDProducer.h
TriggerFilterObjectWithRefs.h
HLTJetCollectionsForBoostedLeptonPlusJets::m_theLeptonToken
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_theLeptonToken
Definition: HLTJetCollectionsForBoostedLeptonPlusJets.h:49
HLTJetCollectionsForBoostedLeptonPlusJets::m_theJetToken
edm::EDGetTokenT< std::vector< jetType > > m_theJetToken
Definition: HLTJetCollectionsForBoostedLeptonPlusJets.h:50
edm::ConfigurationDescriptions
Definition: ConfigurationDescriptions.h:28
HLTJetCollectionsForBoostedLeptonPlusJets::HLTJetCollectionsForBoostedLeptonPlusJets
HLTJetCollectionsForBoostedLeptonPlusJets(const edm::ParameterSet &)
Definition: HLTJetCollectionsForBoostedLeptonPlusJets.cc:22
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
edm::stream::EDProducer
Definition: EDProducer.h:38
edm::EventSetup
Definition: EventSetup.h:57
HLTJetCollectionsForBoostedLeptonPlusJets
Definition: HLTJetCollectionsForBoostedLeptonPlusJets.h:40
ConfigurationDescriptions
Frameworkfwd.h
HLTJetCollectionsForBoostedLeptonPlusJets::~HLTJetCollectionsForBoostedLeptonPlusJets
~HLTJetCollectionsForBoostedLeptonPlusJets() override
Definition: HLTJetCollectionsForBoostedLeptonPlusJets.cc:41
HLTJetCollectionsForBoostedLeptonPlusJets::sourceJetTag
edm::InputTag sourceJetTag
Definition: HLTJetCollectionsForBoostedLeptonPlusJets.h:52
ParameterSet.h
edm::Event
Definition: Event.h:73
HLTJetCollectionsForBoostedLeptonPlusJets::minDeltaR_
double minDeltaR_
Definition: HLTJetCollectionsForBoostedLeptonPlusJets.h:54
edm::InputTag
Definition: InputTag.h:15