#include <GlobalMuonProducer.h>
Public Member Functions | |
GlobalMuonProducer (const edm::ParameterSet &) | |
constructor with config More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
reconstruct muons More... | |
~GlobalMuonProducer () 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< TrajTrackAssociationCollection > | staAssoMapToken |
edm::EDGetTokenT< reco::TrackCollection > | staMuonsToken |
STA Tokens. More... | |
edm::EDGetTokenT< std::vector< Trajectory > > | staMuonsTrajToken |
std::string | theAlias |
MuonServiceProxy * | theService |
the event setup proxy, it takes care the services update More... | |
edm::InputTag | theSTACollectionLabel |
std::unique_ptr< MuonTrackFinder > | theTrackFinder |
edm::EDGetTokenT< reco::TrackToTrackMap > | updatedStaAssoMapToken |
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 |
Global muon reconstructor: reconstructs muons using DT, CSC, RPC and tracker information,
starting from a standalone reonstructed muon.
Definition at line 36 of file GlobalMuonProducer.h.
GlobalMuonProducer::GlobalMuonProducer | ( | const edm::ParameterSet & | parameterSet | ) |
constructor with config
Definition at line 34 of file GlobalMuonProducer.cc.
References edm::ParameterSet::addParameter(), edm::ParameterSet::getParameter(), label, LogTrace, eostools::move(), MuonServiceProxy_cff::MuonServiceProxy, edm::parameterSet(), AlCaHLTBitMon_QueryRunRegistry::string, and cosmics_id::trackCollectionTag.
|
override |
destructor
Definition at line 84 of file GlobalMuonProducer.cc.
References LogTrace.
|
override |
reconstruct muons
Definition at line 93 of file GlobalMuonProducer.cc.
References edm::AssociationMap< Tag >::begin(), edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::TrackCollection, unsigned short > >::const_iterator, edm::AssociationMap< Tag >::end(), options_cfi::eventSetup, edm::AssociationMap< Tag >::find(), edm::Ref< C, T, F >::isNonnull(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, LogTrace, metname, and position.
|
inlineprivate |
Definition at line 62 of file GlobalMuonProducer.h.
References SiStripOfflineCRack_cfg::alias, and theAlias.
|
private |
Definition at line 52 of file GlobalMuonProducer.h.
|
private |
STA Tokens.
Definition at line 50 of file GlobalMuonProducer.h.
|
private |
Definition at line 51 of file GlobalMuonProducer.h.
|
private |
Definition at line 60 of file GlobalMuonProducer.h.
Referenced by setAlias().
|
private |
the event setup proxy, it takes care the services update
Definition at line 58 of file GlobalMuonProducer.h.
|
private |
Definition at line 48 of file GlobalMuonProducer.h.
|
private |
Definition at line 55 of file GlobalMuonProducer.h.
|
private |
Definition at line 53 of file GlobalMuonProducer.h.