#include <CandidateTriggerObjectProducer.h>
Public Member Functions | |
CandidateTriggerObjectProducer (const edm::ParameterSet &) | |
~CandidateTriggerObjectProducer () 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 |
Private Member Functions | |
void | beginRun (const edm::Run &iRun, edm::EventSetup const &iSetup) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
HLTPrescaleProvider | hltPrescaleProvider_ |
additional class data memebers More... | |
const std::string | processName_ |
const edm::EDGetTokenT < trigger::TriggerEvent > | triggerEventToken_ |
const std::string | triggerName_ |
const edm::EDGetTokenT < edm::TriggerResults > | triggerResultsToken_ |
module config parameters 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 class creates a list of candidates based on the last accepted filter
Definition at line 23 of file CandidateTriggerObjectProducer.h.
|
explicit |
Definition at line 19 of file CandidateTriggerObjectProducer.cc.
|
override |
Definition at line 32 of file CandidateTriggerObjectProducer.cc.
|
overrideprivate |
Definition at line 37 of file CandidateTriggerObjectProducer.cc.
References Exception, hltPrescaleProvider_, HLTPrescaleProvider::init(), and processName_.
|
overrideprivate |
Definition at line 50 of file CandidateTriggerObjectProducer.cc.
References cms::cuda::assert(), edm::Event::getByToken(), HltComparatorCreateWorkflow::hltConfig, HLTPrescaleProvider::hltConfigProvider(), hltPrescaleProvider_, mps_fire::i, trigger::TriggerObject::id(), HLT_FULL_cff::InputTag, SiStripPI::max, eostools::move(), dqmiodumpmetadata::n, reco::Particle::p4(), trigger::TriggerObject::particle(), makeHLTPrescaleTable::prescales, HLTPrescaleProvider::prescaleValues(), processName_, edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, AlCaHLTBitMon_QueryRunRegistry::string, triggerEventToken_, edm::TriggerNames::triggerIndex(), triggerName_, edm::Event::triggerNames(), and triggerResultsToken_.
|
private |
additional class data memebers
Definition at line 39 of file CandidateTriggerObjectProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 35 of file CandidateTriggerObjectProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 34 of file CandidateTriggerObjectProducer.h.
Referenced by produce().
|
private |
Definition at line 36 of file CandidateTriggerObjectProducer.h.
Referenced by produce().
|
private |
module config parameters
Definition at line 33 of file CandidateTriggerObjectProducer.h.
Referenced by produce().