#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::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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.
|
virtual |
reconstruct muons
Implements edm::EDProducer.
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 |
|
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.