CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTJetCollectionsForBoostedLeptonPlusJets.h
Go to the documentation of this file.
1 #ifndef HLTJetCollectionsForBoostedLeptonPlusJets_h
2 #define HLTJetCollectionsForBoostedLeptonPlusJets_h
3 
20 // user include files
23 
25 
27 
29 
31 
32 namespace edm {
34 }
35 
36 //
37 // class declaration
38 //
39 
40 template <typename jetType> class HLTJetCollectionsForBoostedLeptonPlusJets: public edm::stream::EDProducer<> {
41  public:
44  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
45 
46  private:
47  virtual void produce(edm::Event&, const edm::EventSetup&);
48 
53 
54  double minDeltaR_; //min dR for jets and leptons not to match
55 
56  // ----------member data ---------------------------
57 };
58 #endif //HLTJetCollectionsForBoostedLeptonPlusJets_h
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< std::vector< jetType > > m_theJetToken
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_theLeptonToken
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)