CMS 3D CMS Logo

HLTJetCollectionsForLeptonPlusJets.h
Go to the documentation of this file.
1 #ifndef HLTJetCollectionsForLeptonPlusJets_h
2 #define HLTJetCollectionsForLeptonPlusJets_h
3 
20 // user include files
23 
25 
27 
31 
32 namespace edm {
34 }
35 
36 //
37 // class declaration
38 //
39 
40 template <typename jetType> class HLTJetCollectionsForLeptonPlusJets: public edm::stream::EDProducer<> {
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 for jets and leptons not to match
55 
56  // ----------member data ---------------------------
57 };
58 #endif //HLTJetCollectionsForLeptonPlusJets_h
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_theLeptonToken
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.
edm::EDGetTokenT< std::vector< jetType > > m_theJetToken