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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Member Functions | |
void | beginRun (const Run &, const EventSetup &) override |
void | endJob () |
void | produce (Event &, const EventSetup &) override |
Private Attributes | |
bool | checkHistory_ |
EDGetTokenT< TTStubDetSetVec > | edGetToken_ |
EDPutTokenT< TTDTC > | edPutTokenAccepted_ |
EDPutTokenT< TTDTC > | edPutTokenLost_ |
ESGetToken< Setup, SetupRcd > | esGetToken_ |
ParameterSet | iConfig_ |
Setup | setup_ |
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 |
Class to produce hardware like structured TTStub Collection used by Track Trigger emulators.
Definition at line 35 of file ProducerED.cc.
|
explicit |
Definition at line 60 of file ProducerED.cc.
References edGetToken_, edPutTokenAccepted_, edPutTokenLost_, esGetToken_, edm::ParameterSet::getParameter(), and SimL1EmulatorRepack_Full_cff::inputTag.
|
inlineoverride |
Definition at line 38 of file ProducerED.cc.
|
overrideprivate |
Definition at line 73 of file ProducerED.cc.
References trackerDTC::Setup::checkHistory(), checkHistory_, trackerDTC::Setup::configurationSupported(), esGetToken_, edm::EventSetup::getData(), edm::Run::processHistory(), and setup_.
|
inlineprivate |
Definition at line 43 of file ProducerED.cc.
|
overrideprivate |
Definition at line 82 of file ProducerED.cc.
References trackerDTC::Setup::configurationSupported(), trackerDTC::SensorModule::dtcId(), edGetToken_, edPutTokenAccepted_, edPutTokenLost_, patZpeak::handle, iConfig_, iEvent, edm::makeRefTo(), trackerDTC::SensorModule::modId(), eostools::move(), trackerDTC::Setup::numDTCs(), trackerDTC::Setup::numModulesPerDTC(), trackerDTC::Setup::offsetDetIdDSV(), trackerDTC::DTC::produce(), trackerDTC::Setup::sensorModule(), setup_, and trackerDTC::Setup::ttDTC().
|
private |
Definition at line 57 of file ProducerED.cc.
Referenced by beginRun().
|
private |
Definition at line 47 of file ProducerED.cc.
Referenced by produce(), and ProducerED().
|
private |
Definition at line 49 of file ProducerED.cc.
Referenced by produce(), and ProducerED().
|
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 beginRun(), and ProducerED().
|
private |
Definition at line 55 of file ProducerED.cc.
Referenced by produce().
|
private |
Definition at line 45 of file ProducerED.cc.
Referenced by beginRun(), produce(), and upgradeWorkflowComponents.UpgradeWorkflow::setup().