#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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
MuonServiceProxy * | theService |
the event setup proxy, it takes care the services update More... | |
edm::EDGetTokenT< reco::TrackCollection > | theTrackCollectionToken |
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 20 of file GlobalCosmicMuonProducer.h.
|
explicit |
Definition at line 39 of file GlobalCosmicMuonProducer.cc.
References edm::ParameterSet::getParameter(), MuonServiceProxy_cff::MuonServiceProxy, theService, theTrackCollectionToken, and theTrackFinder.
|
override |
Definition at line 68 of file GlobalCosmicMuonProducer.cc.
References theService, and theTrackFinder.
|
override |
Definition at line 77 of file GlobalCosmicMuonProducer.cc.
References edm::Event::getByToken(), edm::HandleBase::isValid(), LogTrace, metname, position, MuonTrackFinder::reconstruct(), AlCaHLTBitMon_QueryRunRegistry::string, theService, theTrackCollectionToken, theTrackFinder, and MuonServiceProxy::update().
|
private |
the event setup proxy, it takes care the services update
Definition at line 33 of file GlobalCosmicMuonProducer.h.
Referenced by GlobalCosmicMuonProducer(), produce(), and ~GlobalCosmicMuonProducer().
|
private |
Definition at line 29 of file GlobalCosmicMuonProducer.h.
Referenced by GlobalCosmicMuonProducer(), and produce().
|
private |
Definition at line 30 of file GlobalCosmicMuonProducer.h.
Referenced by GlobalCosmicMuonProducer(), produce(), and ~GlobalCosmicMuonProducer().