CMS 3D CMS Logo

HLTHtMhtProducer.h
Go to the documentation of this file.
1 #ifndef HLTHtMhtProducer_h_
2 #define HLTHtMhtProducer_h_
3 
20 
28 
29 namespace edm {
31 }
32 
33 // Class declaration
35 public:
36  explicit HLTHtMhtProducer(const edm::ParameterSet& iConfig);
37  ~HLTHtMhtProducer() override;
38  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
39  void produce(edm::Event& iEvent, const edm::EventSetup& iSetup) override;
40 
41 private:
43  bool usePt_;
44 
48 
52 
54  double minPtJetHt_;
55  double minPtJetMht_;
56 
58  double maxEtaJetHt_;
59  double maxEtaJetMht_;
60 
64 
67 };
68 
69 #endif // HLTHtMhtProducer_h_
edm::InputTag pfCandidatesLabel_
edm::EDGetTokenT< reco::PFCandidateCollection > m_thePFCandidateToken
int minNJetHt_
Minimum number of jets passing pt and eta requirements.
This produces a reco::MET object that stores HT and MHT.
double minPtJetHt_
Minimum pt requirement for jets.
int iEvent
Definition: GenABIO.cc:224
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
double maxEtaJetHt_
Maximum (abs) eta requirement for jets.
bool usePt_
Use pt; otherwise, use et.
HLT enums.
edm::InputTag jetsLabel_
Input jet, PFCandidate collections.
edm::EDGetTokenT< reco::JetView > m_theJetToken