Associate the TTTracks output by KF fitter with the tracks input to KF fitter. More...
Public Member Functions | |
ProducerAS (const ParameterSet &) | |
~ProducerAS () 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< StreamsTrack > | edGetTokenKF_ |
EDGetTokenT< TTTracks > | edGetTokenTT_ |
EDPutTokenT< TTTrackRefMap > | edPutToken_ |
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 |
Associate the TTTracks output by KF fitter with the tracks input to KF fitter.
Definition at line 29 of file ProducerAS.cc.
|
explicit |
Definition at line 53 of file ProducerAS.cc.
References MicroEventContent_cff::branch, edGetTokenKF_, edGetTokenTT_, edPutToken_, esGetTokenSetup_, edm::ParameterSet::getParameter(), ProducerED_cfi::InputTag, and DigiToRawDM_cff::labelTT.
|
inlineoverride |
Definition at line 32 of file ProducerAS.cc.
|
overrideprivate |
Definition at line 65 of file ProducerAS.cc.
References tt::Setup::checkHistory(), tt::Setup::configurationSupported(), esGetTokenSetup_, edm::EventSetup::getData(), edm::ParameterSet::getParameter(), iConfig_, edm::Run::processHistory(), and setup_.
|
inlineprivate |
Definition at line 37 of file ProducerAS.cc.
|
overrideprivate |
Definition at line 75 of file ProducerAS.cc.
References tt::Setup::configurationSupported(), edGetTokenKF_, edGetTokenTT_, edPutToken_, mps_fire::i, iEvent, eostools::move(), edm::Handle< T >::product(), setup_, cms::cuda::stream, and HLT_2024v14_cff::streams.
|
private |
Definition at line 40 of file ProducerAS.cc.
Referenced by produce(), and ProducerAS().
|
private |
Definition at line 42 of file ProducerAS.cc.
Referenced by produce(), and ProducerAS().
|
private |
Definition at line 44 of file ProducerAS.cc.
Referenced by produce(), and ProducerAS().
|
private |
Definition at line 46 of file ProducerAS.cc.
Referenced by beginRun(), and ProducerAS().
|
private |
Definition at line 48 of file ProducerAS.cc.
Referenced by beginRun().
|
private |
Definition at line 50 of file ProducerAS.cc.
Referenced by beginRun(), produce(), and upgradeWorkflowComponents.UpgradeWorkflow::setup().