Converts KF output into TTTracks. More...
Public Member Functions | |
ProducerTT (const ParameterSet &) | |
~ProducerTT () 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 | |
const DataFormats * | dataFormats_ = nullptr |
EDGetTokenT< StreamsStub > | edGetTokenStubs_ |
EDGetTokenT< StreamsTrack > | edGetTokenTracks_ |
EDPutTokenT< TTTracks > | edPutToken_ |
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 |
|
explicit |
Definition at line 59 of file ProducerTT.cc.
References edGetTokenStubs_, edGetTokenTracks_, edPutToken_, esGetTokenDataFormats_, esGetTokenSetup_, edm::ParameterSet::getParameter(), ProducerED_cfi::InputTag, and label.
|
inlineoverride |
Definition at line 34 of file ProducerTT.cc.
|
overrideprivate |
Definition at line 72 of file ProducerTT.cc.
References tt::Setup::checkHistory(), tt::Setup::configurationSupported(), dataFormats_, esGetTokenDataFormats_, esGetTokenSetup_, edm::EventSetup::getData(), edm::ParameterSet::getParameter(), iConfig_, edm::Run::processHistory(), and setup_.
|
inlineprivate |
Definition at line 39 of file ProducerTT.cc.
|
overrideprivate |
Definition at line 84 of file ProducerTT.cc.
References tt::Setup::configurationSupported(), dataFormats_, edGetTokenTracks_, edPutToken_, amptDefault_cfi::frame, iEvent, trackerTFP::kf, trackerTFP::layer, eostools::move(), beamSpotPI::nTracks, tt::Setup::numLayers(), trackerTFP::DataFormats::numStreamsTracks(), hltrates_dqm_sourceclient-live_cfg::offset, edm::Handle< T >::product(), setup_, cms::cuda::stream, and HLT_2023v12_cff::track.
|
private |
Definition at line 56 of file ProducerTT.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 42 of file ProducerTT.cc.
Referenced by ProducerTT().
|
private |
Definition at line 44 of file ProducerTT.cc.
Referenced by produce(), and ProducerTT().
|
private |
Definition at line 46 of file ProducerTT.cc.
Referenced by produce(), and ProducerTT().
|
private |
Definition at line 50 of file ProducerTT.cc.
Referenced by beginRun(), and ProducerTT().
|
private |
Definition at line 48 of file ProducerTT.cc.
Referenced by beginRun(), and ProducerTT().
|
private |
Definition at line 52 of file ProducerTT.cc.
Referenced by beginRun().
|
private |
Definition at line 54 of file ProducerTT.cc.
Referenced by beginRun(), produce(), and upgradeWorkflowComponents.UpgradeWorkflow::setup().