#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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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 |
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 |
TeV muon reconstructor:
Global muon reconstructor: reconstructs muons using DT, CSC, RPC and tracker information,
starting from a standalone reonstructed muon.
Definition at line 43 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(), LogDebug, and edm::parameterSet().
|
override |
|
override |
reconstruct muons
Definition at line 82 of file TevMuonProducer.cc.
References trigObjTnPSource_cfi::filler, edm::EventSetup::get(), edm::get(), LogDebug, LogTrace, metname, eostools::move(), edm::Handle< T >::product(), edm::ESHandle< T >::product(), HLT_2018_cff::track, and FastTrackerRecHitMaskProducer_cfi::trajectories.
|
inlineprivate |
Definition at line 71 of file TevMuonProducer.h.
References SiStripOfflineCRack_cfg::alias, and theAlias.
|
private |
Definition at line 57 of file TevMuonProducer.h.
|
private |
Definition at line 58 of file TevMuonProducer.h.
|
private |
Definition at line 67 of file TevMuonProducer.h.
Referenced by setAlias().
|
private |
STA Label.
Definition at line 56 of file TevMuonProducer.h.
|
private |
Definition at line 69 of file TevMuonProducer.h.
|
private |
Definition at line 68 of file TevMuonProducer.h.
|
private |
Definition at line 63 of file TevMuonProducer.h.
|
private |
the event setup proxy, it takes care the services update
Definition at line 61 of file TevMuonProducer.h.
|
private |
Definition at line 65 of file TevMuonProducer.h.