This produces a reco::MET object that stores MHT (or MET) More...
#include <HLTTrackMETProducer.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Attributes | |
bool | excludePFMuons_ |
edm::InputTag | jetsLabel_ |
Input jet, track, PFRecTrack, PFCandidate collections. More... | |
edm::EDGetTokenT< reco::JetView > | m_theJetToken |
edm::EDGetTokenT < reco::PFCandidateCollection > | m_thePFCandidateToken |
edm::EDGetTokenT < reco::PFRecTrackCollection > | m_theRecTrackToken |
edm::EDGetTokenT < reco::TrackCollection > | m_theTrackToken |
double | maxEtaJet_ |
Maximum (abs) eta requirement for jets (or objects used as input) More... | |
int | minNJet_ |
double | minPtJet_ |
Minimum pt requirement for jets (or objects used as input) More... | |
edm::InputTag | pfCandidatesLabel_ |
edm::InputTag | pfRecTracksLabel_ |
edm::InputTag | tracksLabel_ |
bool | usePFCandidates_ |
Use PF candidates as input instead of jets. More... | |
bool | usePFCandidatesCharged_ |
bool | usePFRecTracks_ |
bool | usePt_ |
bool | useTracks_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
This produces a reco::MET object that stores MHT (or MET)
MHT (or MET) is calculated using one of the input collections:
See header file for documentation
Definition at line 42 of file HLTTrackMETProducer.h.
|
explicit |
Definition at line 18 of file HLTTrackMETProducer.cc.
References jetsLabel_, m_theJetToken, m_thePFCandidateToken, m_theRecTrackToken, m_theTrackToken, pfCandidatesLabel_, pfRecTracksLabel_, and tracksLabel_.
HLTTrackMETProducer::~HLTTrackMETProducer | ( | ) |
Definition at line 42 of file HLTTrackMETProducer.cc.
|
static |
Definition at line 45 of file HLTTrackMETProducer.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
virtual |
Implements edm::EDProducer.
Definition at line 65 of file HLTTrackMETProducer.cc.
References funct::abs(), funct::cos(), eta(), excludePFMuons_, edm::Event::getByToken(), j, fwrapper::jets, edm::InputTag::label(), m_theJetToken, m_thePFCandidateToken, m_theRecTrackToken, m_theTrackToken, maxEtaJet_, minNJet_, minPtJet_, p4, reco::tau::pfCandidates(), pfCandidatesLabel_, phi, RecoTauCleanerPlugins::pt, edm::Event::put(), query::result, funct::sin(), mathSSE::sqrt(), testEve_cfg::tracks, usePFCandidates_, usePFCandidatesCharged_, usePFRecTracks_, usePt_, and useTracks_.
|
private |
Exclude PF muons in the MHT calculation (but not HT) Ignored if pfCandidatesLabel_ is empty.
Definition at line 71 of file HLTTrackMETProducer.h.
Referenced by produce().
|
private |
Input jet, track, PFRecTrack, PFCandidate collections.
Definition at line 84 of file HLTTrackMETProducer.h.
Referenced by HLTTrackMETProducer().
|
private |
Definition at line 89 of file HLTTrackMETProducer.h.
Referenced by HLTTrackMETProducer(), and produce().
|
private |
Definition at line 92 of file HLTTrackMETProducer.h.
Referenced by HLTTrackMETProducer(), and produce().
|
private |
Definition at line 91 of file HLTTrackMETProducer.h.
Referenced by HLTTrackMETProducer(), and produce().
|
private |
Definition at line 90 of file HLTTrackMETProducer.h.
Referenced by HLTTrackMETProducer(), and produce().
|
private |
Maximum (abs) eta requirement for jets (or objects used as input)
Definition at line 81 of file HLTTrackMETProducer.h.
Referenced by produce().
|
private |
Minimum number of jets passing pt and eta requirements Ignored if jets are not used as input
Definition at line 75 of file HLTTrackMETProducer.h.
Referenced by produce().
|
private |
Minimum pt requirement for jets (or objects used as input)
Definition at line 78 of file HLTTrackMETProducer.h.
Referenced by produce().
|
private |
Definition at line 87 of file HLTTrackMETProducer.h.
Referenced by HLTTrackMETProducer(), and produce().
|
private |
Definition at line 86 of file HLTTrackMETProducer.h.
Referenced by HLTTrackMETProducer().
|
private |
Definition at line 85 of file HLTTrackMETProducer.h.
Referenced by HLTTrackMETProducer().
|
private |
Use PF candidates as input instead of jets.
Definition at line 67 of file HLTTrackMETProducer.h.
Referenced by produce().
|
private |
Use PF charged candidates as input instead of jets. If true, it overrides usePFCandidates_.
Definition at line 64 of file HLTTrackMETProducer.h.
Referenced by produce().
|
private |
Use PF tracks as input instead of jets. If true, it overrides usePFCandidatesCharged_ & usePFCandidates_.
Definition at line 60 of file HLTTrackMETProducer.h.
Referenced by produce().
|
private |
Use pt; otherwise, use et. Ignored if jets are not used as input.
Definition at line 52 of file HLTTrackMETProducer.h.
Referenced by produce().
|
private |
Use reco tracks as input instead of jets. If true, it overrides usePFRecTracks, usePFCandidatesCharged_ & usePFCandidates_.
Definition at line 56 of file HLTTrackMETProducer.h.
Referenced by produce().