#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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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<> | |
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 |
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 22 of file MuonSeedMerger.h.
MuonSeedMerger::MuonSeedMerger | ( | const edm::ParameterSet & | parameterSet | ) |
Constructor.
Definition at line 22 of file MuonSeedMerger.cc.
References edm::ParameterSet::getParameter(), diffTwoXMLs::label, LogTrace, and metname.
|
override |
|
override |
Definition at line 43 of file MuonSeedMerger.cc.
References mps_fire::i, LogTrace, metname, eostools::move(), convertSQLitetoXML_cfg::output, and SurveyInfoScenario_cff::seed.
|
private |
Definition at line 38 of file MuonSeedMerger.h.
|
private |
Definition at line 37 of file MuonSeedMerger.h.