#include <FastL3MuonProducer.h>
Public Member Functions | |
FastL3MuonProducer (const edm::ParameterSet &) | |
constructor with config More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
reconstruct muons More... | |
virtual | ~FastL3MuonProducer () |
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 | |
L3MuonTrajectoryBuilder * | l3mtb |
edm::InputTag | theL2CollectionLabel |
Seed STA (input) More... | |
std::string | theL2SeededTkLabel |
Label for L2SeededTracks (output) More... | |
bool | theL2TrajectoryFlag |
MuonServiceProxy * | theService |
the event setup proxy, it takes care the services update More... | |
edm::InputTag | theTrackerTrackCollectionLabel |
Tracker tracks (input) More... | |
MuonTrackFinder * | theTrackFinder |
bool | updatedAtVtx |
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) |
FAst L3 muon reconstructor: reconstructs muons using DT, CSC, RPC and tracker information,
starting from a L2 reonstructed muon and a tracker track.
Fast L3 muon reconstructor: reconstructs muons using DT, CSC, RPC and tracker information,
starting from a L2 reonstructed muon and from pixel seeded tracks (by default - the latter is configuratble)
Definition at line 27 of file FastL3MuonProducer.h.
FastL3MuonProducer::FastL3MuonProducer | ( | const edm::ParameterSet & | parameterSet | ) |
constructor with config
Definition at line 33 of file FastL3MuonProducer.cc.
References edm::ParameterSet::getParameter(), l3mtb, LogTrace, MuonServiceProxy_cff::MuonServiceProxy, theL2CollectionLabel, theL2SeededTkLabel, theService, theTrackFinder, and updatedAtVtx.
|
virtual |
destructor
Definition at line 86 of file FastL3MuonProducer.cc.
References LogTrace, theService, and theTrackFinder.
|
virtual |
reconstruct muons
Implements edm::EDProducer.
Definition at line 98 of file FastL3MuonProducer.cc.
References edm::helpers::KeyVal< K, V >::key, L2Muons_cfi::L2Muons, edm::InputTag::label(), lt, MuonTrackFinder::reconstruct(), theL2CollectionLabel, theService, theTrackFinder, MuonServiceProxy::update(), updatedAtVtx, and edm::helpers::KeyVal< K, V >::val.
Referenced by python.JSONExport.JsonExport::export(), and python.HTMLExport.HTMLExport::export().
|
private |
Definition at line 55 of file FastL3MuonProducer.h.
Referenced by FastL3MuonProducer().
|
private |
Seed STA (input)
Definition at line 44 of file FastL3MuonProducer.h.
Referenced by FastL3MuonProducer(), and produce().
|
private |
Label for L2SeededTracks (output)
Definition at line 50 of file FastL3MuonProducer.h.
Referenced by FastL3MuonProducer().
|
private |
Definition at line 57 of file FastL3MuonProducer.h.
|
private |
the event setup proxy, it takes care the services update
Definition at line 61 of file FastL3MuonProducer.h.
Referenced by FastL3MuonProducer(), produce(), and ~FastL3MuonProducer().
|
private |
Tracker tracks (input)
Definition at line 47 of file FastL3MuonProducer.h.
|
private |
Definition at line 53 of file FastL3MuonProducer.h.
Referenced by FastL3MuonProducer(), produce(), and ~FastL3MuonProducer().
|
private |
Definition at line 58 of file FastL3MuonProducer.h.
Referenced by FastL3MuonProducer(), and produce().