L1TrackTrigger Mini Hough Transform emulator. More...
Public Member Functions | |
ProducerMHT (const ParameterSet &) | |
~ProducerMHT () 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 |
virtual void | endJob () |
void | produce (Event &, const EventSetup &) override |
Private Attributes | |
const DataFormats * | dataFormats_ = nullptr |
EDGetTokenT< StreamsStub > | edGetToken_ |
EDPutTokenT< StreamsStub > | edPutTokenAccepted_ |
EDPutTokenT< StreamsStub > | edPutTokenLost_ |
ESGetToken< DataFormats, DataFormatsRcd > | esGetTokenDataFormats_ |
ESGetToken< Setup, SetupRcd > | esGetTokenSetup_ |
ParameterSet | iConfig_ |
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 |
L1TrackTrigger Mini Hough Transform emulator.
Definition at line 32 of file ProducerMHT.cc.
|
explicit |
Definition at line 60 of file ProducerMHT.cc.
References edGetToken_, edPutTokenAccepted_, edPutTokenLost_, esGetTokenDataFormats_, esGetTokenSetup_, edm::ParameterSet::getParameter(), ProducerED_cfi::InputTag, and label.
|
inlineoverride |
Definition at line 35 of file ProducerMHT.cc.
|
overrideprivate |
Definition at line 73 of file ProducerMHT.cc.
References tt::Setup::checkHistory(), tt::Setup::configurationSupported(), dataFormats_, esGetTokenDataFormats_, esGetTokenSetup_, edm::EventSetup::getData(), edm::ParameterSet::getParameter(), iConfig_, edm::Run::processHistory(), and setup_.
|
inlineprivatevirtual |
Definition at line 40 of file ProducerMHT.cc.
|
overrideprivate |
Definition at line 85 of file ProducerMHT.cc.
References tt::Setup::configurationSupported(), dataFormats_, edGetToken_, edPutTokenAccepted_, edPutTokenLost_, patZpeak::handle, iConfig_, iEvent, trackerTFP::mht, eostools::move(), tt::Setup::numRegions(), trackerTFP::DataFormats::numStreams(), nano_mu_digi_cff::region, setup_, and HLT_2024v13_cff::streams.
|
private |
Definition at line 57 of file ProducerMHT.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 43 of file ProducerMHT.cc.
Referenced by produce(), and ProducerMHT().
|
private |
Definition at line 45 of file ProducerMHT.cc.
Referenced by produce(), and ProducerMHT().
|
private |
Definition at line 47 of file ProducerMHT.cc.
Referenced by produce(), and ProducerMHT().
|
private |
Definition at line 51 of file ProducerMHT.cc.
Referenced by beginRun(), and ProducerMHT().
|
private |
Definition at line 49 of file ProducerMHT.cc.
Referenced by beginRun(), and ProducerMHT().
|
private |
Definition at line 53 of file ProducerMHT.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 55 of file ProducerMHT.cc.
Referenced by beginRun(), produce(), and upgradeWorkflowComponents.UpgradeWorkflow::setup().