#include <TSGFromPropagation.h>
Classes | |
struct | increasingEstimate |
struct | isInvalid |
Public Member Functions | |
void | init (const MuonServiceProxy *) override |
initialize More... | |
void | setEvent (const edm::Event &) override |
set an event More... | |
void | trackerSeeds (const TrackCand &, const TrackingRegion &, const TrackerTopology *, std::vector< TrajectorySeed > &) override |
generate seed(s) for a track More... | |
TSGFromPropagation (const edm::ParameterSet &pset, edm::ConsumesCollector &iC) | |
constructor More... | |
TSGFromPropagation (const edm::ParameterSet &par, edm::ConsumesCollector &iC, const MuonServiceProxy *) | |
~TSGFromPropagation () override | |
destructor More... | |
Public Member Functions inherited from TrackerSeedGenerator | |
const edm::Event * | getEvent () const |
TrackerSeedGenerator () | |
virtual void | trackerSeeds (const TrackCand &, const TrackingRegion &, const TrackerTopology *, BTSeedCollection &) |
virtual | ~TrackerSeedGenerator () |
destructor More... | |
Private Member Functions | |
void | adjust (FreeTrajectoryState &) const |
adjust the error matrix of the FTS More... | |
void | adjust (TrajectoryStateOnSurface &) const |
adjust the error matrix of the TSOS More... | |
TrajectorySeed | createSeed (const TrajectoryStateOnSurface &, const DetId &) const |
create a hitless seed from a trajectory state More... | |
TrajectorySeed | createSeed (const TrajectoryStateOnSurface &tsos, const edm::OwnVector< TrackingRecHit > &container, const DetId &id) const |
create a seed from a trajectory state More... | |
double | dxyDis (const TrajectoryStateOnSurface &tsos) const |
const Chi2MeasurementEstimator * | estimator () const |
std::vector< TrajectoryMeasurement > | findMeasurements (const DetLayer *, const TrajectoryStateOnSurface &) const |
look for measurements on the first compatible layer More... | |
std::vector< TrajectoryMeasurement > | findMeasurements_new (const DetLayer *, const TrajectoryStateOnSurface &) const |
look for measurements on the first compatible layer (faster way) More... | |
void | getRescalingFactor (const TrackCand &staMuon) |
TrajectoryStateOnSurface | innerState (const TrackCand &) const |
TrajectoryStateOnSurface | outerTkState (const TrackCand &) const |
bool | passSelection (const TrajectoryStateOnSurface &) const |
check some quantity and beam-spot compatibility and decide to continue More... | |
edm::ESHandle< Propagator > | propagator () const |
const LayerMeasurements * | tkLayerMeasurements () const |
const TrajectoryStateUpdator * | updator () const |
void | validMeasurements (std::vector< TrajectoryMeasurement > &) const |
select valid measurements More... | |
double | zDis (const TrajectoryStateOnSurface &tsos) const |
Additional Inherited Members | |
Public Types inherited from TrackerSeedGenerator | |
typedef std::vector< TrajectorySeed > | BTSeedCollection |
typedef std::pair< const Trajectory *, reco::TrackRef > | TrackCand |
Protected Attributes inherited from TrackerSeedGenerator | |
const edm::Event * | theEvent |
const MuonServiceProxy * | theProxyService |
Tracker Seed Generator by propagating and updating a standAlone muon to the first 2 (or 1) rechits it meets in tracker system
Definition at line 31 of file TSGFromPropagation.h.
TSGFromPropagation::TSGFromPropagation | ( | const edm::ParameterSet & | pset, |
edm::ConsumesCollector & | iC | ||
) |
constructor
Definition at line 29 of file TSGFromPropagation.cc.
TSGFromPropagation::TSGFromPropagation | ( | const edm::ParameterSet & | par, |
edm::ConsumesCollector & | iC, | ||
const MuonServiceProxy * | service | ||
) |
Definition at line 31 of file TSGFromPropagation.cc.
References edm::ConsumesCollector::consumes(), edm::ParameterSet::getParameter(), AlCaHLTBitMon_QueryRunRegistry::string, theBeamSpotInputTag, theBeamSpotToken, theCategory, theConfig, theMeasTrackerName, theMeasurementTrackerEventTag, and theMeasurementTrackerEventToken.
|
override |
destructor
Definition at line 41 of file TSGFromPropagation.cc.
References LogTrace, theCategory, theErrorMatrixAdjuster, theEstimator, theNavigation, and theUpdator.
|
private |
adjust the error matrix of the FTS
Definition at line 350 of file TSGFromPropagation.cc.
References FreeTrajectoryState::curvilinearError(), MuonErrorMatrix::get(), FreeTrajectoryState::momentum(), MuonErrorMatrix::multiply(), FreeTrajectoryState::parameters(), FreeTrajectoryState::rescaleError(), theErrorMatrixAdjuster, theFixedErrorRescaling, theFlexErrorRescaling, and theResetMethod.
Referenced by innerState(), outerTkState(), and propagator().
|
private |
adjust the error matrix of the TSOS
Definition at line 372 of file TSGFromPropagation.cc.
References TrajectoryStateOnSurface::curvilinearError(), MuonErrorMatrix::get(), TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalParameters(), MuonErrorMatrix::multiply(), TrajectoryStateOnSurface::rescaleError(), TrajectoryStateOnSurface::surface(), TrajectoryStateOnSurface::surfaceSide(), theErrorMatrixAdjuster, theFixedErrorRescaling, theFlexErrorRescaling, theResetMethod, and TrajectoryStateOnSurface::weight().
|
private |
create a hitless seed from a trajectory state
Definition at line 263 of file TSGFromPropagation.cc.
Referenced by propagator(), and trackerSeeds().
|
private |
create a seed from a trajectory state
Definition at line 270 of file TSGFromPropagation.cc.
References oppositeToMomentum, and trajectoryStateTransform::persistentState().
|
private |
Definition at line 333 of file TSGFromPropagation.cc.
References TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::y().
Referenced by propagator().
|
inlineprivate |
Definition at line 61 of file TSGFromPropagation.h.
References theEstimator.
Referenced by findMeasurements(), findMeasurements_new(), and trackerSeeds().
|
private |
look for measurements on the first compatible layer
Definition at line 311 of file TSGFromPropagation.cc.
References estimator(), LayerMeasurements::measurements(), propagator(), mps_fire::result, tkLayerMeasurements(), and validMeasurements().
Referenced by propagator().
|
private |
look for measurements on the first compatible layer (faster way)
Definition at line 286 of file TSGFromPropagation.cc.
References GeometricSearchDet::compatibleDets(), estimator(), MeasurementTrackerEvent::idToDet(), propagator(), mps_fire::result, theMeasTrackerEvent, and validMeasurements().
Referenced by propagator(), and trackerSeeds().
|
private |
Definition at line 341 of file TSGFromPropagation.cc.
References EnergyCorrector::pt, and theFlexErrorRescaling.
Referenced by propagator(), and trackerSeeds().
|
overridevirtual |
initialize
Reimplemented from TrackerSeedGenerator.
Definition at line 136 of file TSGFromPropagation.cc.
References Chi2MeasurementEstimator_cfi::Chi2MeasurementEstimator, TSGForRoadSearch_cfi::errorMatrixPset, MuonErrorMatrix::get(), edm::ParameterSet::getParameter(), AlCaHLTBitMon_QueryRunRegistry::string, theAdjustAtIp, theCacheId_MT, theCacheId_TG, theConfig, theErrorMatrixAdjuster, theEstimator, theFixedErrorRescaling, theFlexErrorRescaling, theMaxChi2, theNavigation, thePropagatorName, theResetMethod, theSelectStateFlag, theService, theSigmaZ, theTracker, theUpdateStateFlag, theUpdator, and theUseVertexStateFlag.
|
private |
Definition at line 223 of file TSGFromPropagation.cc.
References adjust(), alongMomentum, trajectoryStateTransform::innerStateOnSurface(), MuonServiceProxy::magneticField(), oppositeToMomentum, theService, and MuonServiceProxy::trackingGeometry().
Referenced by outerTkState().
|
private |
Definition at line 245 of file TSGFromPropagation.cc.
References adjust(), trajectoryStateTransform::initialFreeState(), innerState(), MuonServiceProxy::magneticField(), MuonServiceProxy::propagator(), propagator(), mps_fire::result, theService, and theUseVertexStateFlag.
Referenced by trackerSeeds().
|
private |
check some quantity and beam-spot compatibility and decide to continue
Definition at line 318 of file TSGFromPropagation.cc.
References beamSpot, edm::HandleBase::isValid(), theSelectStateFlag, theSigmaZ, reco::BeamSpot::z0(), and zDis().
Referenced by propagator(), and trackerSeeds().
|
inlineprivate |
Definition at line 63 of file TSGFromPropagation.h.
References adjust(), createSeed(), dxyDis(), findMeasurements(), findMeasurements_new(), getRescalingFactor(), passSelection(), MuonServiceProxy::propagator(), thePropagatorName, theService, validMeasurements(), and zDis().
Referenced by findMeasurements(), findMeasurements_new(), outerTkState(), and trackerSeeds().
|
overridevirtual |
set an event
Reimplemented from TrackerSeedGenerator.
Definition at line 190 of file TSGFromPropagation.cc.
References beamSpot, MuonServiceProxy::eventSetup(), edm::EventSetup::get(), edm::Event::getByToken(), LogTrace, edm::ESHandle< T >::product(), theBeamSpotToken, theCacheId_MT, theCacheId_TG, theCategory, theMeasTracker, theMeasTrackerEvent, theMeasTrackerName, theMeasurementTrackerEventToken, theNavigation, theService, theTkLayerMeasurements, theTracker, and theUpdateStateFlag.
|
inlineprivate |
Definition at line 57 of file TSGFromPropagation.h.
References theTkLayerMeasurements.
Referenced by findMeasurements().
|
override |
generate seed(s) for a track
Definition at line 51 of file TSGFromPropagation.cc.
References DirectTrackerNavigation::compatibleLayers(), createSeed(), estimator(), PV3DBase< T, PVType, FrameType >::eta(), findMeasurements_new(), TrajectoryStateOnSurface::freeState(), getRescalingFactor(), TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), mps_fire::i, TrajectoryStateOnSurface::isValid(), LogTrace, nullptr, oppositeToMomentum, outerTkState(), passSelection(), PV3DBase< T, PVType, FrameType >::perp(), propagator(), edm::OwnVector< T, P >::push_back(), theCategory, theNavigation, theResetMethod, theUpdateStateFlag, TrajectoryStateUpdator::update(), and updator().
|
inlineprivate |
Definition at line 59 of file TSGFromPropagation.h.
References theUpdator.
Referenced by trackerSeeds().
|
private |
select valid measurements
Definition at line 278 of file TSGFromPropagation.cc.
Referenced by findMeasurements(), findMeasurements_new(), and propagator().
|
private |
Definition at line 337 of file TSGFromPropagation.cc.
References TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), PV3DBase< T, PVType, FrameType >::perp(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by passSelection(), and propagator().
|
private |
Definition at line 156 of file TSGFromPropagation.h.
Referenced by passSelection(), and setEvent().
|
private |
Definition at line 150 of file TSGFromPropagation.h.
Referenced by init().
|
private |
Definition at line 157 of file TSGFromPropagation.h.
Referenced by TSGFromPropagation().
|
private |
Definition at line 158 of file TSGFromPropagation.h.
Referenced by setEvent(), and TSGFromPropagation().
|
private |
Definition at line 108 of file TSGFromPropagation.h.
Referenced by init(), and setEvent().
|
private |
Definition at line 109 of file TSGFromPropagation.h.
Referenced by init(), and setEvent().
|
private |
Definition at line 111 of file TSGFromPropagation.h.
Referenced by setEvent(), trackerSeeds(), TSGFromPropagation(), and ~TSGFromPropagation().
|
private |
Definition at line 154 of file TSGFromPropagation.h.
Referenced by init(), and TSGFromPropagation().
|
private |
Definition at line 148 of file TSGFromPropagation.h.
Referenced by adjust(), init(), and ~TSGFromPropagation().
|
private |
Definition at line 128 of file TSGFromPropagation.h.
Referenced by estimator(), init(), and ~TSGFromPropagation().
|
private |
Definition at line 136 of file TSGFromPropagation.h.
|
private |
Definition at line 134 of file TSGFromPropagation.h.
Referenced by adjust(), getRescalingFactor(), and init().
|
private |
Definition at line 132 of file TSGFromPropagation.h.
Referenced by init().
|
private |
Definition at line 118 of file TSGFromPropagation.h.
Referenced by setEvent().
|
private |
Definition at line 120 of file TSGFromPropagation.h.
Referenced by findMeasurements_new(), and setEvent().
|
private |
Definition at line 117 of file TSGFromPropagation.h.
Referenced by setEvent(), and TSGFromPropagation().
|
private |
Definition at line 119 of file TSGFromPropagation.h.
Referenced by TSGFromPropagation().
|
private |
Definition at line 159 of file TSGFromPropagation.h.
Referenced by setEvent(), and TSGFromPropagation().
|
private |
Definition at line 122 of file TSGFromPropagation.h.
Referenced by init(), setEvent(), trackerSeeds(), and ~TSGFromPropagation().
|
private |
Definition at line 146 of file TSGFromPropagation.h.
Referenced by init(), and propagator().
|
private |
Definition at line 142 of file TSGFromPropagation.h.
Referenced by adjust(), init(), and trackerSeeds().
|
private |
Definition at line 144 of file TSGFromPropagation.h.
Referenced by init(), and passSelection().
|
private |
Definition at line 124 of file TSGFromPropagation.h.
Referenced by init(), innerState(), outerTkState(), propagator(), and setEvent().
|
private |
Definition at line 152 of file TSGFromPropagation.h.
Referenced by init(), and passSelection().
|
private |
Definition at line 113 of file TSGFromPropagation.h.
Referenced by setEvent(), and tkLayerMeasurements().
|
private |
Definition at line 115 of file TSGFromPropagation.h.
Referenced by init(), and setEvent().
|
private |
Definition at line 130 of file TSGFromPropagation.h.
|
private |
Definition at line 140 of file TSGFromPropagation.h.
Referenced by init(), setEvent(), and trackerSeeds().
|
private |
Definition at line 126 of file TSGFromPropagation.h.
Referenced by init(), updator(), and ~TSGFromPropagation().
|
private |
Definition at line 138 of file TSGFromPropagation.h.
Referenced by init(), and outerTkState().