#include <GlobalCosmicMuonProducer.h>
Public Member Functions | |
GlobalCosmicMuonProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~GlobalCosmicMuonProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Attributes | |
std::unique_ptr< MuonServiceProxy > | theService |
the event setup proxy, it takes care the services update More... | |
edm::EDGetTokenT< reco::TrackCollection > | theTrackCollectionToken |
std::unique_ptr< MuonTrackFinder > | theTrackFinder |
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 |
reconstruct muons using dt,csc,rpc and tracker starting from cosmic muon tracks
Definition at line 21 of file GlobalCosmicMuonProducer.h.
|
explicit |
Definition at line 38 of file GlobalCosmicMuonProducer.cc.
References edm::ParameterSet::getParameter(), theService, theTrackCollectionToken, and theTrackFinder.
|
override |
Definition at line 65 of file GlobalCosmicMuonProducer.cc.
|
override |
Definition at line 68 of file GlobalCosmicMuonProducer.cc.
References iEvent, edm::HandleBase::isValid(), LogTrace, metname, position, AlCaHLTBitMon_QueryRunRegistry::string, theService, theTrackCollectionToken, and theTrackFinder.
|
private |
the event setup proxy, it takes care the services update
Definition at line 34 of file GlobalCosmicMuonProducer.h.
Referenced by GlobalCosmicMuonProducer(), and produce().
|
private |
Definition at line 30 of file GlobalCosmicMuonProducer.h.
Referenced by GlobalCosmicMuonProducer(), and produce().
|
private |
Definition at line 31 of file GlobalCosmicMuonProducer.h.
Referenced by GlobalCosmicMuonProducer(), and produce().