Class to associate reconstrucable TrackingParticles with TTStubs and vice versa It may associate multiple TPs with a TTStub and can therefore be used to associate TTTracks with TrackingParticles. This EDProducer creates two StubAssociation EDProducts, one using only TP that are "reconstructable" (produce stubs in a min. number of layers) and one using TP that are also "use for the tracking efficiency measurement". More...
Public Member Functions | |
StubAssociator (const ParameterSet &) | |
~StubAssociator () 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 | |
ESGetToken< Setup, SetupRcd > | esGetTokenSetup_ |
EDGetTokenT< TTClusterAssMap > | getTokenTTClusterAssMap_ |
EDGetTokenT< TTStubDetSetVec > | getTokenTTStubDetSetVec_ |
EDPutTokenT< StubAssociation > | putTokenReconstructable_ |
EDPutTokenT< StubAssociation > | putTokenSelection_ |
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 |
Class to associate reconstrucable TrackingParticles with TTStubs and vice versa It may associate multiple TPs with a TTStub and can therefore be used to associate TTTracks with TrackingParticles. This EDProducer creates two StubAssociation EDProducts, one using only TP that are "reconstructable" (produce stubs in a min. number of layers) and one using TP that are also "use for the tracking efficiency measurement".
Definition at line 37 of file StubAssociator.cc.
|
explicit |
Definition at line 61 of file StubAssociator.cc.
References edm::ParameterSet::getParameter().
|
inlineoverride |
Definition at line 40 of file StubAssociator.cc.
|
overrideprivate |
Definition at line 71 of file StubAssociator.cc.
References edm::EventSetup::getData().
|
inlineprivate |
Definition at line 45 of file StubAssociator.cc.
|
overrideprivate |
Definition at line 75 of file StubAssociator.cc.
References edmNew::DetSetVector< T >::begin(), edmNew::DetSetVector< T >::end(), iEvent, tt::StubAssociation::insert(), edm::makeRefTo(), eostools::move(), AlCaHLTBitMon_ParallelJobs::p, and corrVsCorr::selection.
|
private |
Definition at line 58 of file StubAssociator.cc.
|
private |
Definition at line 52 of file StubAssociator.cc.
|
private |
Definition at line 50 of file StubAssociator.cc.
|
private |
Definition at line 54 of file StubAssociator.cc.
|
private |
Definition at line 56 of file StubAssociator.cc.
|
private |
Definition at line 48 of file StubAssociator.cc.
Referenced by upgradeWorkflowComponents.UpgradeWorkflow::setup().