Class to produce hardware like structured TTStub Collection used by Track Trigger emulators. More...
Public Member Functions | |
ProducerED (const ParameterSet &) | |
~ProducerED () 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 Run &, const EventSetup &) override |
void | endJob () |
void | produce (Event &, const EventSetup &) override |
Private Attributes | |
EDGetTokenT< TTStubDetSetVec > | edGetToken_ |
EDPutTokenT< TTDTC > | edPutTokenAccepted_ |
EDPutTokenT< TTDTC > | edPutTokenLost_ |
ESGetToken< LayerEncoding, LayerEncodingRcd > | esGetTokenLayerEncoding_ |
ESGetToken< Setup, SetupRcd > | esGetTokenSetup_ |
ParameterSet | iConfig_ |
const LayerEncoding * | layerEncoding_ = nullptr |
const Setup * | setup_ = nullptr |
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 |
Class to produce hardware like structured TTStub Collection used by Track Trigger emulators.
Definition at line 37 of file ProducerED.cc.
|
explicit |
Definition at line 64 of file ProducerED.cc.
References edGetToken_, edPutTokenAccepted_, edPutTokenLost_, esGetTokenLayerEncoding_, esGetTokenSetup_, edm::ParameterSet::getParameter(), and SimL1EmulatorRepack_Full_cff::inputTag.
|
inlineoverride |
Definition at line 40 of file ProducerED.cc.
|
overrideprivate |
Definition at line 77 of file ProducerED.cc.
References tt::Setup::checkHistory(), tt::Setup::configurationSupported(), esGetTokenLayerEncoding_, esGetTokenSetup_, edm::EventSetup::getData(), edm::ParameterSet::getParameter(), iConfig_, layerEncoding_, edm::Run::processHistory(), and setup_.
|
inlineprivate |
Definition at line 45 of file ProducerED.cc.
|
overrideprivate |
Definition at line 87 of file ProducerED.cc.
References tt::Setup::configurationSupported(), hcalRecHitTable_cff::detId, tt::SensorModule::dtcId(), edGetToken_, edPutTokenAccepted_, edPutTokenLost_, patZpeak::handle, iConfig_, iEvent, layerEncoding_, edm::makeRefTo(), tt::SensorModule::modId(), eostools::move(), tt::Setup::numDTCs(), tt::Setup::numModulesPerDTC(), tt::Setup::offsetDetIdDSV(), tt::Setup::sensorModule(), setup_, and tt::Setup::ttDTC().
|
private |
Definition at line 51 of file ProducerED.cc.
Referenced by produce(), and ProducerED().
|
private |
Definition at line 53 of file ProducerED.cc.
Referenced by produce(), and ProducerED().
|
private |
Definition at line 55 of file ProducerED.cc.
Referenced by produce(), and ProducerED().
|
private |
Definition at line 59 of file ProducerED.cc.
Referenced by beginRun(), and ProducerED().
|
private |
Definition at line 57 of file ProducerED.cc.
Referenced by beginRun(), and ProducerED().
|
private |
Definition at line 61 of file ProducerED.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 49 of file ProducerED.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 47 of file ProducerED.cc.
Referenced by beginRun(), produce(), and upgradeWorkflowComponents.UpgradeWorkflow::setup().