#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 edm::ParameterSet::getParameter(), GlobalPosition_Frontier_DevDB_cff::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(), clusterRemovalInfos_, clusterRemovalTokens_, universalConfigTemplate::collection, edm::Event::getByToken(), mps_fire::i, inputCollections_, eostools::move(), edm::OwnVector< T, P >::push_back(), edm::Event::put(), reKeing_, ClusterRemovalRefSetter::reKey(), edm::OwnVector< T, P >::reserve(), mps_fire::result, and HLT_FULL_cff::seedCollections.
|
private |
Definition at line 27 of file SeedCombiner.h.
Referenced by produce().
|
private |
Definition at line 28 of file SeedCombiner.h.
Referenced by produce().
|
private |
Definition at line 25 of file SeedCombiner.h.
Referenced by produce().
|
private |
Definition at line 26 of file SeedCombiner.h.
Referenced by produce().