#include <SeedCombiner.h>
Public Member Functions | |
void | produce (edm::Event &ev, const edm::EventSetup &es) override |
SeedCombiner (const edm::ParameterSet &cfg) | |
~SeedCombiner () 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 Attributes | |
std::vector< edm::InputTag > | clusterRemovalInfos_ |
std::vector< edm::EDGetTokenT< reco::ClusterRemovalInfo > > | clusterRemovalTokens_ |
std::vector< edm::EDGetTokenT< TrajectorySeedCollection > > | inputCollections_ |
bool | reKeing_ |
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 |
Definition at line 17 of file SeedCombiner.h.
SeedCombiner::SeedCombiner | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 29 of file SeedCombiner.cc.
References looper::cfg, mps_fire::i, makeGlobalPositionRcd_cfg::tag, and edm::vector_transform().
|
override |
Definition at line 46 of file SeedCombiner.cc.
|
override |
Definition at line 48 of file SeedCombiner.cc.
References edm::OwnVector< T, P >::back(), universalConfigTemplate::collection, makeMEIFBenchmarkPlots::ev, mps_fire::i, eostools::move(), edm::OwnVector< T, P >::push_back(), rpcPointValidation_cfi::recHit, ClusterRemovalRefSetter::reKey(), edm::OwnVector< T, P >::reserve(), mps_fire::result, and seedmultiplicitymonitor_cfi::seedCollections.
|
private |
Definition at line 27 of file SeedCombiner.h.
|
private |
Definition at line 28 of file SeedCombiner.h.
|
private |
Definition at line 25 of file SeedCombiner.h.
|
private |
Definition at line 26 of file SeedCombiner.h.