#include <MuonSeedGenerator.h>
Public Member Functions | |
MuonSeedGenerator (const edm::ParameterSet &) | |
Constructor. More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
reconstruct muon's seeds More... | |
virtual | ~MuonSeedGenerator () |
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 () |
Protected Attributes | |
edm::InputTag | theBeamSpotTag |
MuonSeedVPatternRecognition * | thePatternRecognition |
MuonSeedVCleaner * | theSeedCleaner |
MuonSeedVFinder * | theSeedFinder |
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) |
No description available.
Definition at line 21 of file MuonSeedGenerator.h.
MuonSeedGenerator::MuonSeedGenerator | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 58 of file MuonSeedGenerator.cc.
|
virtual |
Destructor.
Definition at line 68 of file MuonSeedGenerator.cc.
References thePatternRecognition, theSeedCleaner, and theSeedFinder.
|
virtual |
reconstruct muon's seeds
Implements edm::EDProducer.
Definition at line 76 of file MuonSeedGenerator.cc.
References MuonSeedVCleaner::clean(), edm::EventSetup::get(), edm::HandleBase::isValid(), convertSQLitetoXML_cfg::output, MuonSeedVPatternRecognition::produce(), MuonSeedVFinder::seeds(), MuonSeedVFinder::setBeamSpot(), MuonSeedVFinder::setBField(), theBeamSpotTag, thePatternRecognition, theSeedCleaner, theSeedFinder, reco::BeamSpot::x0(), reco::BeamSpot::y0(), and reco::BeamSpot::z0().
|
protected |
Definition at line 41 of file MuonSeedGenerator.h.
Referenced by produce().
|
protected |
Definition at line 37 of file MuonSeedGenerator.h.
Referenced by produce(), and ~MuonSeedGenerator().
|
protected |
Definition at line 39 of file MuonSeedGenerator.h.
Referenced by produce(), and ~MuonSeedGenerator().
|
protected |
Definition at line 38 of file MuonSeedGenerator.h.
Referenced by produce(), and ~MuonSeedGenerator().