#include <GlobalCosmicMuonProducer.h>
Public Member Functions | |
GlobalCosmicMuonProducer (const edm::ParameterSet &) | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
~GlobalCosmicMuonProducer () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Attributes | |
MuonServiceProxy * | theService |
the event setup proxy, it takes care the services update More... | |
edm::InputTag | theTrackCollectionLabel |
MuonTrackFinder * | theTrackFinder |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
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 42 of file GlobalCosmicMuonProducer.cc.
References edm::ParameterSet::getParameter(), MuonServiceProxy_cff::MuonServiceProxy, theService, theTrackCollectionLabel, and theTrackFinder.
GlobalCosmicMuonProducer::~GlobalCosmicMuonProducer | ( | ) |
Definition at line 71 of file GlobalCosmicMuonProducer.cc.
References theService, and theTrackFinder.
|
virtual |
Implements edm::EDProducer.
Definition at line 80 of file GlobalCosmicMuonProducer.cc.
References edm::Event::getByLabel(), edm::HandleBase::isValid(), LogTrace, metname, position, MuonTrackFinder::reconstruct(), theService, theTrackCollectionLabel, 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().