#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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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 |
MuonTrackFinder * | theTrackFinder |
edm::EDGetTokenT< reco::TrackToTrackMap > | updatedStaAssoMapToken |
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 |
Global muon reconstructor: reconstructs muons using DT, CSC, RPC and tracker information,
starting from a standalone reonstructed muon.
Definition at line 32 of file GlobalMuonProducer.h.
GlobalMuonProducer::GlobalMuonProducer | ( | const edm::ParameterSet & | parameterSet | ) |
constructor with config
Definition at line 35 of file GlobalMuonProducer.cc.
References edm::ParameterSet::addParameter(), edm::ParameterSet::getParameter(), label, LogTrace, MuonServiceProxy_cff::MuonServiceProxy, AlCaHLTBitMon_QueryRunRegistry::string, and cosmics_id::trackCollectionTag.
|
override |
destructor
Definition at line 82 of file GlobalMuonProducer.cc.
References LogTrace.
|
override |
reconstruct muons
Definition at line 94 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(), edm::AssociationMap< Tag >::find(), edm::Event::getByToken(), edm::Ref< C, T, F >::isNonnull(), edm::Ref< C, T, F >::key(), LogTrace, metname, and position.
|
inlineprivate |
Definition at line 65 of file GlobalMuonProducer.h.
References egammaCTFFinalFitWithMaterial_cff::alias.
|
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 63 of file GlobalMuonProducer.h.
|
private |
the event setup proxy, it takes care the services update
Definition at line 61 of file GlobalMuonProducer.h.
|
private |
Definition at line 48 of file GlobalMuonProducer.h.
|
private |
Definition at line 58 of file GlobalMuonProducer.h.
|
private |
Definition at line 53 of file GlobalMuonProducer.h.