CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTJetCollectionsForLeptonPlusJets.h
Go to the documentation of this file.
1 #ifndef HLTJetCollectionsForLeptonPlusJets_h
2 #define HLTJetCollectionsForLeptonPlusJets_h
3 
22 // user include files
25 
27 
29 
30 
31 namespace edm {
33 }
34 
35 //
36 // class declaration
37 //
38 
39 template <typename jetType> class HLTJetCollectionsForLeptonPlusJets: public edm::EDProducer {
40  public:
43  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
44 
45  private:
46  virtual void produce(edm::Event&, const edm::EventSetup&);
47 
50 
51  double minDeltaR_; //min dR for jets and leptons not to match
52 
53  // ----------member data ---------------------------
54 };
55 #endif //HLTJetCollectionsForLeptonPlusJets_h
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
virtual void produce(edm::Event &, const edm::EventSetup &)