#include <GlobalMuonProducer.h>
Public Member Functions | |
GlobalMuonProducer (const edm::ParameterSet &) | |
constructor with config More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
reconstruct muons More... | |
virtual | ~GlobalMuonProducer () |
destructor More... | |
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 Member Functions | |
void | setAlias (std::string alias) |
Private Attributes | |
std::string | theAlias |
MuonServiceProxy * | theService |
the event setup proxy, it takes care the services update More... | |
edm::InputTag | theSTACollectionLabel |
STA Label. More... | |
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) |
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) |
Global muon reconstructor: reconstructs muons using DT, CSC, RPC and tracker information,
starting from a standalone reonstructed muon.
Global muon reconstructor: reconstructs muons using DT, CSC, RPC and tracker information,
starting from a standalone reonstructed muon.
Definition at line 25 of file GlobalMuonProducer.h.
GlobalMuonProducer::GlobalMuonProducer | ( | const edm::ParameterSet & | parameterSet | ) |
constructor with config
Definition at line 45 of file GlobalMuonProducer.cc.
References edm::ParameterSet::addParameter(), edm::ParameterSet::getParameter(), LogTrace, MuonServiceProxy_cff::MuonServiceProxy, and ExpressReco_HICollisions_FallBack::trackCollectionTag.
|
virtual |
destructor
Definition at line 85 of file GlobalMuonProducer.cc.
References LogTrace.
|
virtual |
reconstruct muons
Implements edm::EDProducer.
Definition at line 97 of file GlobalMuonProducer.cc.
References edm::Event::getByLabel(), edm::Ref< C, T, F >::isNonnull(), edm::Ref< C, T, F >::key(), LogTrace, metname, and position.
|
inlineprivate |
Definition at line 50 of file GlobalMuonProducer.h.
References ExpressReco_HICollisions_FallBack::alias, and theAlias.
|
private |
Definition at line 48 of file GlobalMuonProducer.h.
Referenced by setAlias().
|
private |
the event setup proxy, it takes care the services update
Definition at line 46 of file GlobalMuonProducer.h.
|
private |
STA Label.
Definition at line 41 of file GlobalMuonProducer.h.
|
private |
Definition at line 43 of file GlobalMuonProducer.h.