#include <GlobalMuonProducer.h>
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 |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
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(), diffTwoXMLs::label, LogTrace, MuonServiceProxy_cff::MuonServiceProxy, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
destructor
Definition at line 82 of file GlobalMuonProducer.cc.
References LogTrace.
|
overridevirtual |
reconstruct muons
Implements edm::stream::EDProducerBase.
Definition at line 94 of file GlobalMuonProducer.cc.
References edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::TrackCollection, unsigned short > >::const_iterator, edm::AssociationMap< edm::OneToOne< reco::TrackCollection, reco::TrackCollection > >::const_iterator, 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 HLT_25ns10e33_v2_cff::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 63 of file GlobalMuonProducer.h.
Referenced by setAlias().
|
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.