#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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 13 of file SeedCombiner.h.
SeedCombiner::SeedCombiner | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 29 of file SeedCombiner.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), mps_fire::i, GlobalPosition_Frontier_DevDB_cff::tag, and edm::vector_transform().
|
override |
Definition at line 47 of file SeedCombiner.cc.
|
override |
Definition at line 52 of file SeedCombiner.cc.
References edm::OwnVector< T, P >::back(), universalConfigTemplate::collection, edm::Event::getByToken(), mps_fire::i, eostools::move(), edm::OwnVector< T, P >::push_back(), edm::Event::put(), ClusterRemovalRefSetter::reKey(), edm::OwnVector< T, P >::reserve(), mps_fire::result, and HiRegitMuonMixedTripletStep_cff::seedCollections.
|
private |
Definition at line 24 of file SeedCombiner.h.
|
private |
Definition at line 25 of file SeedCombiner.h.
|
private |
Definition at line 22 of file SeedCombiner.h.
|
private |
Definition at line 23 of file SeedCombiner.h.