#include <L2MuonProducer.h>
Public Member Functions | |
L2MuonProducer (const edm::ParameterSet &) | |
constructor with config More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
reconstruct muons More... | |
virtual | ~L2MuonProducer () |
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 Attributes | |
edm::InputTag | theSeedCollectionLabel |
MuonServiceProxy * | theService |
the event setup proxy, it takes care the services update More... | |
MuonTrackFinder * | theTrackFinder |
the track finder More... | |
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) |
Level-2 muon reconstructor: reconstructs muons using DT, CSC and RPC information,
starting from Level-1 trigger seeds.
L2 muon reconstructor: reconstructs muons using DT, CSC and RPC information,
starting from internal seeds (L2 muon track segments).
Definition at line 30 of file L2MuonProducer.h.
L2MuonProducer::L2MuonProducer | ( | const edm::ParameterSet & | parameterSet | ) |
constructor with config
Definition at line 50 of file L2MuonProducer.cc.
References edm::ParameterSet::getParameter(), LogTrace, and MuonServiceProxy_cff::MuonServiceProxy.
|
virtual |
destructor
Definition at line 86 of file L2MuonProducer.cc.
References LogTrace.
|
virtual |
reconstruct muons
Implements edm::EDProducer.
Definition at line 94 of file L2MuonProducer.cc.
References LogTrace, and metname.
|
private |
Definition at line 46 of file L2MuonProducer.h.
|
private |
the event setup proxy, it takes care the services update
Definition at line 52 of file L2MuonProducer.h.
|
private |
the track finder
Definition at line 49 of file L2MuonProducer.h.