#include <GlobalMuonToMuonProducer.h>
Public Member Functions | |
GlobalMuonToMuonProducer (const edm::ParameterSet &) | |
Constructor. More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
reconstruct muons More... | |
virtual | ~GlobalMuonToMuonProducer () |
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 | printTrackRecHits (const reco::Track &track, edm::ESHandle< GlobalTrackingGeometry > trackingGeometry) const |
void | setAlias (std::string alias) |
Private Attributes | |
std::string | theAlias |
edm::InputTag | theLinksCollectionLabel |
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) |
No description available.
Definition at line 22 of file GlobalMuonToMuonProducer.h.
GlobalMuonToMuonProducer::GlobalMuonToMuonProducer | ( | const edm::ParameterSet & | pSet | ) |
Constructor.
Definition at line 29 of file GlobalMuonToMuonProducer.cc.
References edm::ParameterSet::getParameter(), setAlias(), theAlias, and theLinksCollectionLabel.
|
virtual |
|
private |
Definition at line 42 of file GlobalMuonToMuonProducer.cc.
References reco::Track::found(), i, LogTrace, reco::Track::lost(), metname, PV3DBase< T, PVType, FrameType >::perp(), GloballyPositioned< T >::position(), alignCSCRings::r, reco::Track::recHitsBegin(), reco::Track::recHitsEnd(), GeomDet::surface(), GeomDet::toGlobal(), and detailsBasic3DVector::z.
Referenced by produce().
|
virtual |
reconstruct muons
Implements edm::EDProducer.
Definition at line 63 of file GlobalMuonToMuonProducer.cc.
References relval_parameters_module::energy, edm::EventSetup::get(), LogTrace, metname, metsig::muon, p4, printTrackRecHits(), reco::LeafCandidate::setCharge(), reco::Muon::setCombined(), reco::LeafCandidate::setP4(), reco::Muon::setStandAlone(), reco::Muon::setTrack(), reco::LeafCandidate::setVertex(), mathSSE::sqrt(), and theLinksCollectionLabel.
|
inlineprivate |
Definition at line 40 of file GlobalMuonToMuonProducer.h.
References theAlias.
Referenced by GlobalMuonToMuonProducer().
|
private |
Definition at line 38 of file GlobalMuonToMuonProducer.h.
Referenced by GlobalMuonToMuonProducer(), and setAlias().
|
private |
Definition at line 52 of file GlobalMuonToMuonProducer.h.
Referenced by GlobalMuonToMuonProducer(), and produce().