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 | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::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 32 of file HLTMETCleanerUsingJetID.h.
|
explicit |
Definition at line 13 of file HLTMETCleanerUsingJetID.cc.
References goodJetsLabel_, jetsLabel_, m_theGoodJetToken, m_theJetToken, m_theMETToken, and metLabel_.
|
overridedefault |
|
static |
Definition at line 31 of file HLTMETCleanerUsingJetID.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
override |
Definition at line 42 of file HLTMETCleanerUsingJetID.cc.
References funct::abs(), PVValHelper::eta, topObjectSelection_cff::goodJets, iEvent, dqmiolumiharvest::j, PDWG_EXODelayedJetMET_cff::jets, m_theGoodJetToken, m_theJetToken, m_theMETToken, maxEta_, BTaggingMonitor_cfi::met, minPt_, eostools::move(), DiDispStaMuonMonitor_cfi::pt, multPhiCorr_741_25nsDY_cfi::px, multPhiCorr_741_25nsDY_cfi::py, mps_fire::result, and mathSSE::sqrt().
|
private |
Input tag for the 'good jets' collection.
Definition at line 54 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID().
|
private |
Input tag for the 'all jets' collection.
Definition at line 51 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID().
|
private |
Definition at line 58 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID(), and produce().
|
private |
Definition at line 57 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID(), and produce().
|
private |
Definition at line 56 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID(), and produce().
|
private |
Maximum (abs) eta requirement for jets.
Definition at line 45 of file HLTMETCleanerUsingJetID.h.
Referenced by produce().
|
private |
Input tag for the MET collection.
Definition at line 48 of file HLTMETCleanerUsingJetID.h.
Referenced by HLTMETCleanerUsingJetID().
|
private |
Minimum pt requirement for jets.
Definition at line 42 of file HLTMETCleanerUsingJetID.h.
Referenced by produce().