#include <L3MuonProducer.h>
Public Member Functions | |
L3MuonProducer (const edm::ParameterSet &) | |
constructor with config More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
reconstruct muons More... | |
~L3MuonProducer () override | |
destructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
edm::EDGetTokenT< TrajTrackAssociationCollection > | l2AssoMapToken_ |
edm::EDGetTokenT< reco::TrackCollection > | l2MuonToken_ |
edm::EDGetTokenT< std::vector< Trajectory > > | l2MuonTrajToken_ |
edm::InputTag | theL2CollectionLabel |
Seed STA Label. More... | |
std::string | theL2SeededTkLabel |
Label for L2SeededTracks. More... | |
MuonServiceProxy * | theService |
the event setup proxy, it takes care the services update More... | |
MuonTrackFinder * | theTrackFinder |
edm::EDGetTokenT< reco::TrackToTrackMap > | updatedL2AssoMapToken_ |
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 |
L3 muon reconstructor: reconstructs muons using DT, CSC, RPC and tracker information,
starting from a L2 reonstructed muon.
Definition at line 31 of file L3MuonProducer.h.
L3MuonProducer::L3MuonProducer | ( | const edm::ParameterSet & | parameterSet | ) |
constructor with config
Definition at line 35 of file L3MuonProducer.cc.
References edm::ParameterSet::getParameter(), LogTrace, MuonServiceProxy_cff::MuonServiceProxy, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
destructor
Definition at line 86 of file L3MuonProducer.cc.
References LogTrace.
|
static |
Definition at line 156 of file L3MuonProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), funct::false, TrackTransformer::fillPSetDescription(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
reconstruct muons
Definition at line 98 of file L3MuonProducer.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::Ref< C, T, F >::isNonnull(), edm::Ref< C, T, F >::key(), L2Muons_cfi::L2Muons, LogTrace, and metname.
|
private |
Definition at line 55 of file L3MuonProducer.h.
|
private |
Definition at line 53 of file L3MuonProducer.h.
|
private |
Definition at line 54 of file L3MuonProducer.h.
|
private |
Seed STA Label.
Definition at line 48 of file L3MuonProducer.h.
|
private |
Label for L2SeededTracks.
Definition at line 51 of file L3MuonProducer.h.
|
private |
the event setup proxy, it takes care the services update
Definition at line 61 of file L3MuonProducer.h.
|
private |
Definition at line 58 of file L3MuonProducer.h.
|
private |
Definition at line 56 of file L3MuonProducer.h.