CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTMhtProducer.h
Go to the documentation of this file.
1 #ifndef HLTMhtProducer_h
2 #define HLTMhtProducer_h
3 
14 
17 
18 //
19 // class declaration
20 //
21 
23 
24  public:
25  explicit HLTMhtProducer(const edm::ParameterSet&);
27  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
28  virtual void produce(edm::Event&, const edm::EventSetup&);
29 
30  private:
32  edm::InputTag inputJetTag_; // input tag identifying jets
33  double minPtJet_;
34  double etaJet_;
35  bool usePt_;
36 
37 };
38 
39 #endif //HLTMhtProducer_h
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::InputTag inputJetTag_
edm::EDGetTokenT< edm::View< reco::Jet > > m_theJetToken
HLTMhtProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)