CMS 3D CMS Logo

HLTTrackMETProducer.h
Go to the documentation of this file.
1 #ifndef HLTTrackMETProducer_h_
2 #define HLTTrackMETProducer_h_
3 
24 
35 
36 namespace edm {
38 }
39 
40 // Class declaration
42 public:
43  explicit HLTTrackMETProducer(const edm::ParameterSet& iConfig);
44  ~HLTTrackMETProducer() override;
45  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
46  void produce(edm::Event& iEvent, const edm::EventSetup& iSetup) override;
47 
48 private:
51  bool usePt_;
52 
55  bool useTracks_;
56 
60 
64 
67 
71 
74  int minNJet_;
75 
77  double minPtJet_;
78 
80  double maxEtaJet_;
81 
87 
92 };
93 
94 #endif // HLTTrackMETProducer_h_
edm::EDGetTokenT< reco::TrackCollection > m_theTrackToken
bool usePFCandidates_
Use PF candidates as input instead of jets.
edm::InputTag pfRecTracksLabel_
edm::InputTag pfCandidatesLabel_
edm::InputTag tracksLabel_
int iEvent
Definition: GenABIO.cc:224
edm::EDGetTokenT< reco::PFCandidateCollection > m_thePFCandidateToken
edm::InputTag jetsLabel_
Input jet, track, PFRecTrack, PFCandidate collections.
double minPtJet_
Minimum pt requirement for jets (or objects used as input)
edm::EDGetTokenT< reco::PFRecTrackCollection > m_theRecTrackToken
void produce(edm::Event &iEvent, const edm::EventSetup &iSetup) override
~HLTTrackMETProducer() override
HLTTrackMETProducer(const edm::ParameterSet &iConfig)
HLT enums.
edm::EDGetTokenT< reco::JetView > m_theJetToken
double maxEtaJet_
Maximum (abs) eta requirement for jets (or objects used as input)
This produces a reco::MET object that stores MHT (or MET)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)