#include <HLTJetCollectionsForElePlusJets.h>
Public Member Functions | |
HLTJetCollectionsForElePlusJets (const edm::ParameterSet &) | |
~HLTJetCollectionsForElePlusJets () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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 | hltElectronTag |
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > | m_theElectronToken |
edm::EDGetTokenT< std::vector< T > > | m_theJetToken |
double | minDeltaR_ |
edm::InputTag | sourceJetTag |
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 class is an EDProducer implementing an HLT trigger for electron and jet objects, cutting on variables relating to the jet 4-momentum representation. The producer checks for overlaps between electrons and jets and if a combination of one electron + jets cleaned against this electrons satisfy the cuts. These jets are then added to a cleaned jet collection which is put into the event.
Definition at line 40 of file HLTJetCollectionsForElePlusJets.h.
|
explicit |
Definition at line 16 of file HLTJetCollectionsForElePlusJets.cc.
References HLTJetCollectionsForElePlusJets< T >::hltElectronTag, HLTJetCollectionsForElePlusJets< T >::m_theElectronToken, HLTJetCollectionsForElePlusJets< T >::m_theJetToken, and HLTJetCollectionsForElePlusJets< T >::sourceJetTag.
|
override |
Definition at line 35 of file HLTJetCollectionsForElePlusJets.cc.
|
static |
Definition at line 41 of file HLTJetCollectionsForElePlusJets.cc.
References edm::ConfigurationDescriptions::add(), defaultModuleLabel(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
overrideprivate |
Definition at line 61 of file HLTJetCollectionsForElePlusJets.cc.
References trigger::TriggerRefsCollections::getObjects(), iEvent, dqmiolumiharvest::j, eostools::move(), multPhiCorr_741_25nsDY_cfi::px, multPhiCorr_741_25nsDY_cfi::py, trigger::TriggerCluster, trigger::TriggerElectron, and trigger::TriggerPhoton.
|
private |
Definition at line 51 of file HLTJetCollectionsForElePlusJets.h.
Referenced by HLTJetCollectionsForElePlusJets< T >::HLTJetCollectionsForElePlusJets().
|
private |
Definition at line 49 of file HLTJetCollectionsForElePlusJets.h.
Referenced by HLTJetCollectionsForElePlusJets< T >::HLTJetCollectionsForElePlusJets().
|
private |
Definition at line 50 of file HLTJetCollectionsForElePlusJets.h.
Referenced by HLTJetCollectionsForElePlusJets< T >::HLTJetCollectionsForElePlusJets().
|
private |
Definition at line 58 of file HLTJetCollectionsForElePlusJets.h.
|
private |
Definition at line 52 of file HLTJetCollectionsForElePlusJets.h.
Referenced by HLTJetCollectionsForElePlusJets< T >::HLTJetCollectionsForElePlusJets().