This creates a MET object from the difference in MET between two input jet collections. More...
#include <HLTMETCleanerUsingJetID.h>
Public Member Functions | |
HLTMETCleanerUsingJetID (const edm::ParameterSet &iConfig) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~HLTMETCleanerUsingJetID () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::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... | |
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 |
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, metLabel_, and ~HLTMETCleanerUsingJetID().
|
overridedefault |
Referenced by HLTMETCleanerUsingJetID().
|
static |
Definition at line 32 of file HLTMETCleanerUsingJetID.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
override |
Definition at line 43 of file HLTMETCleanerUsingJetID.cc.
References funct::abs(), PVValHelper::eta, edm::Event::getByToken(), topObjectSelection_cff::goodJets, fwrapper::jets, m_theGoodJetToken, m_theJetToken, m_theMETToken, maxEta_, RazorAnalyzer::met, minPt_, eostools::move(), EnergyCorrector::pt, edm::Event::put(), mps_fire::result, and mathSSE::sqrt().
|
private |
Input tag for the 'good jets' collection.
Definition at line 56 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID().
|
private |
Input tag for the 'all jets' collection.
Definition at line 53 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID().
|
private |
Definition at line 60 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID(), and produce().
|
private |
Definition at line 59 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID(), and produce().
|
private |
Definition at line 58 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID(), and produce().
|
private |
Maximum (abs) eta requirement for jets.
Definition at line 47 of file HLTMETCleanerUsingJetID.h.
Referenced by produce().
|
private |
Input tag for the MET collection.
Definition at line 50 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID().
|
private |
Minimum pt requirement for jets.
Definition at line 44 of file HLTMETCleanerUsingJetID.h.
Referenced by produce().