CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTHtMhtProducer.h
Go to the documentation of this file.
1 #ifndef HLTHtMhtProducer_h
2 #define HLTHtMhtProducer_h
3 
14 
15 
16 namespace edm {
18 }
19 
20 
22 
23  public:
24 
25  explicit HLTHtMhtProducer(const edm::ParameterSet & iConfig);
27  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
28  virtual void produce(edm::Event & iEvent, const edm::EventSetup & iSetup);
29 
30  private:
31 
32  bool usePt_;
33  bool useTracks_;
37  double minPtJetHt_;
38  double minPtJetMht_;
39  double maxEtaJetHt_;
40  double maxEtaJetMht_;
44 };
45 
46 #endif
edm::InputTag pfCandidatesLabel_
int iEvent
Definition: GenABIO.cc:243
virtual void produce(edm::Event &iEvent, const edm::EventSetup &iSetup)
edm::InputTag tracksLabel_
HLTHtMhtProducer(const edm::ParameterSet &iConfig)
edm::InputTag jetsLabel_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)