CMS 3D CMS Logo

HLTJetCollectionsForBoostedLeptonPlusJets.h
Go to the documentation of this file.
1 #ifndef HLTrigger_JetMET_HLTJetCollectionsForBoostedLeptonPlusJets_h
2 #define HLTrigger_JetMET_HLTJetCollectionsForBoostedLeptonPlusJets_h
3 
23 
24 namespace edm {
26 }
27 
28 template <typename jetType>
30 public:
33  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
34 
35 private:
36  void produce(edm::Event&, const edm::EventSetup&) override;
37 
42 
43  double minDeltaR2_; // min dR^2 (with sign) to consider cleaning
44 };
45 
46 #endif
edm::EDGetTokenT< std::vector< jetType > > m_theJetToken
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_theLeptonToken
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.
void produce(edm::Event &, const edm::EventSetup &) override