This creates a MET object from the difference in MET between two input jet collections. More...
#include <HLTMETCleanerUsingJetID.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 | |
edm::InputTag | goodJetsLabel_ |
Input tag for the 'good jets' collection. More... | |
edm::InputTag | jetsLabel_ |
Input tag for the 'all jets' collection. More... | |
edm::EDGetTokenT < reco::CaloJetCollection > | m_theGoodJetToken |
edm::EDGetTokenT < reco::CaloJetCollection > | m_theJetToken |
edm::EDGetTokenT < reco::CaloMETCollection > | m_theMETToken |
double | maxEta_ |
Maximum (abs) eta requirement for jets. More... | |
edm::InputTag | metLabel_ |
Input tag for the MET collection. More... | |
double | minPt_ |
Minimum pt requirement for jets. More... | |
bool | usePt_ |
Use pt; otherwise, use et. More... | |
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 creates a MET object from the difference in MET between two input jet collections.
This code creates a new MET vector defined as:
output MET = input MET + MET from 'good jets' - MET from 'all jets'
See header file for more information.
Definition at line 33 of file HLTMETCleanerUsingJetID.h.
|
explicit |
Definition at line 14 of file HLTMETCleanerUsingJetID.cc.
References goodJetsLabel_, jetsLabel_, m_theGoodJetToken, m_theJetToken, m_theMETToken, and metLabel_.
HLTMETCleanerUsingJetID::~HLTMETCleanerUsingJetID | ( | ) |
Definition at line 30 of file HLTMETCleanerUsingJetID.cc.
|
static |
Definition at line 33 of file HLTMETCleanerUsingJetID.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
virtual |
Implements edm::EDProducer.
Definition at line 45 of file HLTMETCleanerUsingJetID.cc.
References funct::abs(), funct::cos(), eta(), edm::Event::getByToken(), topObjectSelection_cff::goodJets, j, fwrapper::jets, m_theGoodJetToken, m_theJetToken, m_theMETToken, maxEta_, caloMETBenchmarkGeneric_cfi::met, minPt_, reco::LeafCandidate::p4(), phi, RecoTauCleanerPlugins::pt, edm::Event::put(), query::result, reco::LeafCandidate::setP4(), funct::sin(), mathSSE::sqrt(), and usePt_.
|
private |
Input tag for the 'good jets' collection.
Definition at line 58 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID().
|
private |
Input tag for the 'all jets' collection.
Definition at line 55 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID().
|
private |
Definition at line 62 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID(), and produce().
|
private |
Definition at line 61 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID(), and produce().
|
private |
Definition at line 60 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID(), and produce().
|
private |
Maximum (abs) eta requirement for jets.
Definition at line 49 of file HLTMETCleanerUsingJetID.h.
Referenced by produce().
|
private |
Input tag for the MET collection.
Definition at line 52 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID().
|
private |
Minimum pt requirement for jets.
Definition at line 46 of file HLTMETCleanerUsingJetID.h.
Referenced by produce().
|
private |
Use pt; otherwise, use et.
Definition at line 43 of file HLTMETCleanerUsingJetID.h.
Referenced by produce().