#include <MuonSeedMerger.h>
Public Member Functions | |
MuonSeedMerger (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~MuonSeedMerger () override | |
Destructor. More... | |
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::EDGetTokenT < edm::View< TrajectorySeed > > > | seedTokens |
std::vector< edm::InputTag > | theSeedCollectionLabels |
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 |
Module to merge two or more muon seed collections. Currently it does not contain any seed cleaner, so the number of ghosts seed can be high. This is still a preliminary implementation.
Definition at line 26 of file MuonSeedMerger.h.
MuonSeedMerger::MuonSeedMerger | ( | const edm::ParameterSet & | parameterSet | ) |
Constructor.
Definition at line 21 of file MuonSeedMerger.cc.
References edm::ParameterSet::getParameter(), label, LogTrace, and metname.
|
override |
|
override |
Definition at line 41 of file MuonSeedMerger.cc.
References mps_fire::i, LogTrace, metname, eostools::move(), convertSQLitetoXML_cfg::output, fileCollector::seed, and DetachedQuadStep_cff::seeds.
|
private |
Definition at line 41 of file MuonSeedMerger.h.
|
private |
Definition at line 40 of file MuonSeedMerger.h.