#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 | |
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 |
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... | |
std::unique_ptr< MuonServiceProxy > | theService |
the event setup proxy, it takes care the services update More... | |
std::unique_ptr< MuonTrackFinder > | theTrackFinder |
edm::EDGetTokenT < reco::TrackToTrackMap > | updatedL2AssoMapToken_ |
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 |
L3 muon reconstructor: reconstructs muons using DT, CSC, RPC and tracker information,
starting from a L2 reonstructed muon.
Definition at line 36 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, eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
|
static |
Definition at line 144 of file L3MuonProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, TrackTransformer::fillPSetDescription(), HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
reconstruct muons
Definition at line 89 of file L3MuonProducer.cc.
References edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::TrackCollection, unsigned short > >::const_iterator, edm::Ref< C, T, F >::isNonnull(), edm::Ref< C, T, F >::key(), L2Muons_cfi::L2Muons, LogTrace, and metname.
|
private |
Definition at line 57 of file L3MuonProducer.h.
|
private |
Definition at line 55 of file L3MuonProducer.h.
|
private |
Definition at line 56 of file L3MuonProducer.h.
|
private |
Seed STA Label.
Definition at line 50 of file L3MuonProducer.h.
|
private |
Label for L2SeededTracks.
Definition at line 53 of file L3MuonProducer.h.
|
private |
the event setup proxy, it takes care the services update
Definition at line 63 of file L3MuonProducer.h.
|
private |
Definition at line 60 of file L3MuonProducer.h.
|
private |
Definition at line 58 of file L3MuonProducer.h.