#include <TevMuonProducer.h>
Public Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
reconstruct muons More... | |
TevMuonProducer (const edm::ParameterSet &) | |
constructor with config More... | |
~TevMuonProducer () 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 |
Private Member Functions | |
void | setAlias (std::string alias) |
Private Attributes | |
edm::EDGetTokenT< reco::TrackCollection > | glbMuonsToken |
edm::EDGetTokenT< std::vector< Trajectory > > | glbMuonsTrajToken |
std::string | theAlias |
edm::InputTag | theGLBCollectionLabel |
STA Label. More... | |
std::vector< int > | theRefitIndex |
std::vector< std::string > | theRefits |
std::unique_ptr< GlobalMuonRefitter > | theRefitter |
std::unique_ptr< MuonServiceProxy > | theService |
the event setup proxy, it takes care the services update More... | |
std::unique_ptr< MuonTrackLoader > | theTrackLoader |
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > | tTopoToken |
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 |
TeV muon reconstructor:
Global muon reconstructor: reconstructs muons using DT, CSC, RPC and tracker information,
starting from a standalone reonstructed muon.
Definition at line 39 of file TevMuonProducer.h.
TevMuonProducer::TevMuonProducer | ( | const edm::ParameterSet & | parameterSet | ) |
constructor with config
Definition at line 36 of file TevMuonProducer.cc.
References edm::ParameterSet::getParameter(), glbMuonsToken, glbMuonsTrajToken, edm::InputTag::label(), LogDebug, edm::parameterSet(), theGLBCollectionLabel, theRefitIndex, theRefits, theRefitter, theService, and theTrackLoader.
|
override |
|
override |
reconstruct muons
Definition at line 82 of file TevMuonProducer.cc.
References trigObjTnPSource_cfi::filler, edm::EventSetup::getData(), glbMuonsToken, glbMuonsTrajToken, LogDebug, LogTrace, metname, eostools::move(), edm::Handle< T >::product(), theGLBCollectionLabel, theRefitIndex, theRefits, theRefitter, theService, theTrackLoader, HLT_FULL_cff::track, FastTrackerRecHitMaskProducer_cfi::trajectories, and tTopoToken.
|
inlineprivate |
Definition at line 68 of file TevMuonProducer.h.
References SiStripOfflineCRack_cfg::alias, and theAlias.
|
private |
Definition at line 53 of file TevMuonProducer.h.
Referenced by produce(), and TevMuonProducer().
|
private |
Definition at line 54 of file TevMuonProducer.h.
Referenced by produce(), and TevMuonProducer().
|
private |
Definition at line 64 of file TevMuonProducer.h.
Referenced by setAlias().
|
private |
STA Label.
Definition at line 52 of file TevMuonProducer.h.
Referenced by produce(), and TevMuonProducer().
|
private |
Definition at line 66 of file TevMuonProducer.h.
Referenced by produce(), and TevMuonProducer().
|
private |
Definition at line 65 of file TevMuonProducer.h.
Referenced by produce(), and TevMuonProducer().
|
private |
Definition at line 60 of file TevMuonProducer.h.
Referenced by produce(), and TevMuonProducer().
|
private |
the event setup proxy, it takes care the services update
Definition at line 58 of file TevMuonProducer.h.
Referenced by produce(), and TevMuonProducer().
|
private |
Definition at line 62 of file TevMuonProducer.h.
Referenced by produce(), and TevMuonProducer().
|
private |
Definition at line 55 of file TevMuonProducer.h.
Referenced by produce().