#include <HLTJetCollectionsForLeptonPlusJets.h>
Public Member Functions | |
HLTJetCollectionsForLeptonPlusJets (const edm::ParameterSet &) | |
~HLTJetCollectionsForLeptonPlusJets () override=default | |
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 Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::InputTag | hltLeptonTag |
edm::EDGetTokenT< std::vector< jetType > > | m_theJetToken |
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > | m_theLeptonToken |
double | minDeltaR2_ |
edm::InputTag | sourceJetTag |
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 class is an EDProducer implementing an HLT trigger for lepton and jet objects, cutting on variables relating to the jet 4-momentum representation. The producer checks for overlaps between leptons and jets and if a combination of one lepton + jets cleaned against this leptons satisfy the cuts. These jets are then added to a cleaned jet collection which is put into the event.
Definition at line 34 of file HLTJetCollectionsForLeptonPlusJets.h.
|
explicit |
Definition at line 18 of file HLTJetCollectionsForLeptonPlusJets.cc.
References HLTJetCollectionsForLeptonPlusJets< jetType >::hltLeptonTag, HLT_2024v14_cff::jetType, HLTJetCollectionsForLeptonPlusJets< jetType >::m_theJetToken, HLTJetCollectionsForLeptonPlusJets< jetType >::m_theLeptonToken, and HLTJetCollectionsForLeptonPlusJets< jetType >::sourceJetTag.
|
overridedefault |
|
static |
Definition at line 33 of file HLTJetCollectionsForLeptonPlusJets.cc.
References edm::ConfigurationDescriptions::add(), defaultModuleLabel(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
overrideprivate |
Definition at line 48 of file HLTJetCollectionsForLeptonPlusJets.cc.
References reco::deltaR2(), trigger::TriggerRefsCollections::getObjects(), iEvent, dqmiolumiharvest::j, HLT_2024v14_cff::jetType, HLTJetCollectionsForLeptonPlusJets< jetType >::m_theJetToken, HLTJetCollectionsForLeptonPlusJets< jetType >::m_theLeptonToken, HLTJetCollectionsForLeptonPlusJets< jetType >::minDeltaR2_, eostools::move(), trigger::TriggerCluster, trigger::TriggerElectron, trigger::TriggerMuon, and trigger::TriggerPhoton.
|
private |
Definition at line 45 of file HLTJetCollectionsForLeptonPlusJets.h.
Referenced by HLTJetCollectionsForLeptonPlusJets< jetType >::HLTJetCollectionsForLeptonPlusJets().
|
private |
Definition at line 44 of file HLTJetCollectionsForLeptonPlusJets.h.
Referenced by HLTJetCollectionsForLeptonPlusJets< jetType >::HLTJetCollectionsForLeptonPlusJets(), and HLTJetCollectionsForLeptonPlusJets< jetType >::produce().
|
private |
Definition at line 43 of file HLTJetCollectionsForLeptonPlusJets.h.
Referenced by HLTJetCollectionsForLeptonPlusJets< jetType >::HLTJetCollectionsForLeptonPlusJets(), and HLTJetCollectionsForLeptonPlusJets< jetType >::produce().
|
private |
Definition at line 48 of file HLTJetCollectionsForLeptonPlusJets.h.
Referenced by HLTJetCollectionsForLeptonPlusJets< jetType >::produce().
|
private |
Definition at line 46 of file HLTJetCollectionsForLeptonPlusJets.h.
Referenced by HLTJetCollectionsForLeptonPlusJets< jetType >::HLTJetCollectionsForLeptonPlusJets().