Public Member Functions | |
OutsideInMuonSeeder (const edm::ParameterSet &iConfig) | |
virtual void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
virtual | ~OutsideInMuonSeeder () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
void | doDebug (const reco::Track &tk) const |
int | doLayer (const GeometricSearchDet &layer, const TrajectoryStateOnSurface &state, std::vector< TrajectorySeed > &out) const |
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 | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 46 of file OutsideInMuonSeeder.cc.
|
explicit |
Definition at line 99 of file OutsideInMuonSeeder.cc.
References measurementTrackerName_, and updatorName_.
|
inlinevirtual |
Definition at line 49 of file OutsideInMuonSeeder.cc.
|
private |
Definition at line 243 of file OutsideInMuonSeeder.cc.
References alongMomentum, gather_cfg::cout, TrackingRecHit::geographicalId(), geometry_, TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), i, trajectoryStateTransform::innerStateOnSurface(), TrackingRecHit::isValid(), TrajectoryStateOnSurface::isValid(), magfield_, muonPropagator_, DetId::rawId(), reco::Track::recHit(), reco::Track::recHitsSize(), and GeomDet::surface().
Referenced by produce().
|
private |
Definition at line 197 of file OutsideInMuonSeeder.cc.
References dtNoiseDBValidation_cfg::cerr, GeometricSearchDet::compatibleDetsV(), gather_cfg::cout, debug_, errorRescaling_, estimator_, MeasurementDet::fastMeasurements(), newFWLiteAna::found, TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), hitsToTry_, TrajectoryStateOnSurface::isValid(), TrajectoryStateOnSurface::localError(), measurementTracker_, muonPropagator_, oppositeToMomentum, trajectoryStateTransform::persistentState(), LocalTrajectoryError::positionError(), edm::OwnVector< T, P >::push_back(), TrajectoryStateOnSurface::rescaleError(), python.multivaluedict::sort(), mathSSE::sqrt(), trackerPropagator_, updator_, LocalError::xx(), and LocalError::yy().
Referenced by produce().
|
overridevirtual |
Implements edm::EDProducer.
Definition at line 120 of file OutsideInMuonSeeder.cc.
References abs, alongMomentum, gather_cfg::cout, debug_, doDebug(), doLayer(), dummyPlane_, estimator_, estimatorName_, reco::TrackBase::eta(), reco::LeafCandidate::eta(), newFWLiteAna::found, fromVertex_, geometry_, edm::EventSetup::get(), edm::Event::getByLabel(), trajectoryStateTransform::initialFreeState(), trajectoryStateTransform::innerStateOnSurface(), reco::Muon::innerTrack(), edm::Ref< C, T, F >::isNonnull(), edm::Ref< C, T, F >::isNull(), layersToTry_, magfield_, maxEtaForTOB_, measurementTracker_, minEtaForTEC_, RPCpg::mu, muonPropagator_, muonPropagatorName_, oppositeToMomentum, dbtoconf::out, reco::Muon::outerTrack(), reco::LeafCandidate::phi(), FreeTrajectoryState::position(), edm::ESHandle< class >::product(), reco::LeafCandidate::pt(), edm::Event::put(), selector_, alcazmumu_cfi::src, src_, evf::utils::state, trackerPropagator_, trackerPropagatorName_, updator_, and updatorName_.
|
private |
Dump deug information.
Definition at line 89 of file OutsideInMuonSeeder.cc.
|
private |
Surface used to make a TSOS at the PCA to the beamline.
Definition at line 92 of file OutsideInMuonSeeder.cc.
Referenced by produce().
|
private |
How much to rescale errors from STA.
Definition at line 70 of file OutsideInMuonSeeder.cc.
Referenced by doLayer().
|
private |
Definition at line 85 of file OutsideInMuonSeeder.cc.
|
private |
Definition at line 75 of file OutsideInMuonSeeder.cc.
Referenced by produce().
|
private |
|
private |
Definition at line 83 of file OutsideInMuonSeeder.cc.
|
private |
How many hits to try on same layer.
Definition at line 64 of file OutsideInMuonSeeder.cc.
Referenced by doLayer().
|
private |
How many layers to try.
Definition at line 61 of file OutsideInMuonSeeder.cc.
Referenced by produce().
|
private |
Definition at line 80 of file OutsideInMuonSeeder.cc.
|
private |
Definition at line 78 of file OutsideInMuonSeeder.cc.
Referenced by produce().
|
private |
Definition at line 84 of file OutsideInMuonSeeder.cc.
|
private |
Definition at line 74 of file OutsideInMuonSeeder.cc.
Referenced by OutsideInMuonSeeder().
|
private |
Definition at line 78 of file OutsideInMuonSeeder.cc.
Referenced by produce().
|
private |
Definition at line 81 of file OutsideInMuonSeeder.cc.
|
private |
Definition at line 73 of file OutsideInMuonSeeder.cc.
Referenced by produce().
|
private |
|
private |
Labels for input collections.
Definition at line 55 of file OutsideInMuonSeeder.cc.
Referenced by produce().
|
private |
Definition at line 82 of file OutsideInMuonSeeder.cc.
|
private |
Definition at line 72 of file OutsideInMuonSeeder.cc.
Referenced by produce().
|
private |
Definition at line 86 of file OutsideInMuonSeeder.cc.
|
private |
Definition at line 76 of file OutsideInMuonSeeder.cc.
Referenced by OutsideInMuonSeeder(), and produce().