#include <StandAloneMuonProducer.h>
Public Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
reconstruct muons More... | |
StandAloneMuonProducer (const edm::ParameterSet &) | |
constructor with config More... | |
~StandAloneMuonProducer () 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 Member Functions | |
void | setAlias (std::string alias) |
Private Attributes | |
edm::EDGetTokenT< edm::View < TrajectorySeed > > | seedToken |
std::string | theAlias |
edm::InputTag | theSeedCollectionLabel |
MuonSeed Collection Label. More... | |
std::unique_ptr< MuonServiceProxy > | theService |
the event setup proxy, it takes care the services update More... | |
std::unique_ptr< MuonTrackFinder > | theTrackFinder |
the track finder More... | |
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 |
StandAlone muon reconstructor: reconstructs muons using DT, CSC and RPC information,
starting from internal seeds (L2 muon track segments).
Definition at line 30 of file StandAloneMuonProducer.h.
StandAloneMuonProducer::StandAloneMuonProducer | ( | const edm::ParameterSet & | parameterSet | ) |
constructor with config
Definition at line 45 of file StandAloneMuonProducer.cc.
References edm::ParameterSet::getParameter(), LogTrace, eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
destructor
Definition at line 101 of file StandAloneMuonProducer.cc.
References LogTrace.
|
override |
reconstruct muons
Definition at line 106 of file StandAloneMuonProducer.cc.
References LogTrace, metname, DetachedQuadStep_cff::seeds, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineprivate |
Definition at line 55 of file StandAloneMuonProducer.h.
References HLT_FULL_cff::alias, and theAlias.
|
private |
Definition at line 51 of file StandAloneMuonProducer.h.
|
private |
Definition at line 53 of file StandAloneMuonProducer.h.
Referenced by setAlias().
|
private |
MuonSeed Collection Label.
Definition at line 43 of file StandAloneMuonProducer.h.
|
private |
the event setup proxy, it takes care the services update
Definition at line 49 of file StandAloneMuonProducer.h.
|
private |
the track finder
Definition at line 46 of file StandAloneMuonProducer.h.