Emulates removal of duplicated TTTracks f/w. More...
Public Member Functions | |
ProducerDR (const ParameterSet &) | |
~ProducerDR () 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 ChannelAssignment * | channelAssignment_ = nullptr |
const DataFormats * | dataFormats_ = nullptr |
EDGetTokenT< StreamsStub > | edGetTokenStubs_ |
EDGetTokenT< StreamsTrack > | edGetTokenTracks_ |
EDPutTokenT< StreamsStub > | edPutTokenAcceptedStubs_ |
EDPutTokenT< StreamsTrack > | edPutTokenAcceptedTracks_ |
EDPutTokenT< StreamsStub > | edPutTokenLostStubs_ |
EDPutTokenT< StreamsTrack > | edPutTokenLostTracks_ |
ESGetToken< ChannelAssignment, ChannelAssignmentRcd > | esGetTokenChannelAssignment_ |
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 |
Emulates removal of duplicated TTTracks f/w.
Definition at line 38 of file ProducerDR.cc.
|
explicit |
Definition at line 73 of file ProducerDR.cc.
References edGetTokenStubs_, edGetTokenTracks_, edPutTokenAcceptedStubs_, edPutTokenAcceptedTracks_, edPutTokenLostStubs_, edPutTokenLostTracks_, esGetTokenChannelAssignment_, esGetTokenDataFormats_, esGetTokenSetup_, edm::ParameterSet::getParameter(), ProducerED_cfi::InputTag, and label.
|
inlineoverride |
Definition at line 41 of file ProducerDR.cc.
|
overrideprivate |
Definition at line 92 of file ProducerDR.cc.
References channelAssignment_, tt::Setup::checkHistory(), tt::Setup::configurationSupported(), dataFormats_, esGetTokenChannelAssignment_, esGetTokenDataFormats_, esGetTokenSetup_, edm::EventSetup::getData(), edm::ParameterSet::getParameter(), iConfig_, edm::Run::processHistory(), and setup_.
|
inlineprivatevirtual |
Definition at line 46 of file ProducerDR.cc.
|
overrideprivate |
Definition at line 106 of file ProducerDR.cc.
References channelAssignment_, tt::Setup::configurationSupported(), dataFormats_, edGetTokenStubs_, edGetTokenTracks_, edPutTokenAcceptedStubs_, edPutTokenAcceptedTracks_, edPutTokenLostStubs_, edPutTokenLostTracks_, iConfig_, iEvent, isotracks_cff::lostTracks, eostools::move(), tt::Setup::numLayers(), trklet::ChannelAssignment::numNodesDR(), tt::Setup::numRegions(), nano_mu_digi_cff::region, setup_, and DiMuonV_cfg::tracks.
|
private |
Definition at line 70 of file ProducerDR.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 68 of file ProducerDR.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 50 of file ProducerDR.cc.
Referenced by produce(), and ProducerDR().
|
private |
Definition at line 48 of file ProducerDR.cc.
Referenced by produce(), and ProducerDR().
|
private |
Definition at line 52 of file ProducerDR.cc.
Referenced by produce(), and ProducerDR().
|
private |
Definition at line 55 of file ProducerDR.cc.
Referenced by produce(), and ProducerDR().
|
private |
Definition at line 53 of file ProducerDR.cc.
Referenced by produce(), and ProducerDR().
|
private |
Definition at line 56 of file ProducerDR.cc.
Referenced by produce(), and ProducerDR().
|
private |
Definition at line 62 of file ProducerDR.cc.
Referenced by beginRun(), and ProducerDR().
|
private |
Definition at line 60 of file ProducerDR.cc.
Referenced by beginRun(), and ProducerDR().
|
private |
Definition at line 58 of file ProducerDR.cc.
Referenced by beginRun(), and ProducerDR().
|
private |
Definition at line 64 of file ProducerDR.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 66 of file ProducerDR.cc.
Referenced by beginRun(), produce(), and upgradeWorkflowComponents.UpgradeWorkflow::setup().