This produces a reco::MET object that stores MHT (or MET) More...
#include <HLTTrackMETProducer.h>
Public Member Functions | |
HLTTrackMETProducer (const edm::ParameterSet &iConfig) | |
virtual void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) |
~HLTTrackMETProducer () | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
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::stream::EDProducer<> | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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(), edm::ParameterSetDescription::add(), and HLT_25ns10e33_v2_cff::InputTag.
|
virtual |
Implements edm::stream::EDProducerBase.
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, EnergyCorrector::pt, edm::Event::put(), mps_fire::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().