#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... | |
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 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 32 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 52 of file TSGFromPropagation.cc.
References LogTrace, theCategory, theErrorMatrixAdjuster, theEstimator, theNavigation, and theUpdator.
|
private |
adjust the error matrix of the FTS
Definition at line 356 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 376 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 274 of file TSGFromPropagation.cc.
Referenced by propagator(), and trackerSeeds().
|
private |
create a seed from a trajectory state
Definition at line 279 of file TSGFromPropagation.cc.
References oppositeToMomentum, and trajectoryStateTransform::persistentState().
|
private |
Definition at line 334 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 60 of file TSGFromPropagation.h.
References theEstimator.
Referenced by findMeasurements(), and trackerSeeds().
|
private |
look for measurements on the first compatible layer
Definition at line 292 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 345 of file TSGFromPropagation.cc.
References DiDispStaMuonMonitor_cfi::pt, and theFlexErrorRescaling.
Referenced by propagator(), and trackerSeeds().
|
overridevirtual |
initialize
Reimplemented from TrackerSeedGenerator.
Definition at line 151 of file TSGFromPropagation.cc.
References Chi2MeasurementEstimator_cfi::Chi2MeasurementEstimator, HLT_2018_cff::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 235 of file TSGFromPropagation.cc.
References adjust(), alongMomentum, trajectoryStateTransform::innerStateOnSurface(), MuonServiceProxy::magneticField(), oppositeToMomentum, theService, and MuonServiceProxy::trackingGeometry().
Referenced by outerTkState().
|
private |
Definition at line 256 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 319 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 62 of file TSGFromPropagation.h.
References adjust(), createSeed(), dxyDis(), findMeasurements(), getRescalingFactor(), passSelection(), MuonServiceProxy::propagator(), thePropagatorName, theService, validMeasurements(), and zDis().
Referenced by findMeasurements(), outerTkState(), and trackerSeeds().
|
overridevirtual |
set an event
Reimplemented from TrackerSeedGenerator.
Definition at line 202 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, theTracker, and theUpdateStateFlag.
|
override |
generate seed(s) for a track
Definition at line 64 of file TSGFromPropagation.cc.
References DirectTrackerNavigation::compatibleLayers(), createSeed(), estimator(), PV3DBase< T, PVType, FrameType >::eta(), findMeasurements(), TrajectoryStateOnSurface::freeState(), getRescalingFactor(), TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), mps_fire::i, TrajectoryStateOnSurface::isValid(), LogTrace, 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 58 of file TSGFromPropagation.h.
References theUpdator.
Referenced by trackerSeeds().
|
private |
select valid measurements
Definition at line 286 of file TSGFromPropagation.cc.
Referenced by findMeasurements(), and propagator().
|
private |
Definition at line 340 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 152 of file TSGFromPropagation.h.
Referenced by passSelection(), and setEvent().
|
private |
Definition at line 146 of file TSGFromPropagation.h.
Referenced by init().
|
private |
Definition at line 153 of file TSGFromPropagation.h.
Referenced by TSGFromPropagation().
|
private |
Definition at line 154 of file TSGFromPropagation.h.
Referenced by setEvent(), and TSGFromPropagation().
|
private |
Definition at line 106 of file TSGFromPropagation.h.
Referenced by init(), and setEvent().
|
private |
Definition at line 107 of file TSGFromPropagation.h.
Referenced by init(), and setEvent().
|
private |
Definition at line 109 of file TSGFromPropagation.h.
Referenced by setEvent(), trackerSeeds(), TSGFromPropagation(), and ~TSGFromPropagation().
|
private |
Definition at line 150 of file TSGFromPropagation.h.
Referenced by init(), and TSGFromPropagation().
|
private |
Definition at line 144 of file TSGFromPropagation.h.
Referenced by adjust(), init(), and ~TSGFromPropagation().
|
private |
Definition at line 124 of file TSGFromPropagation.h.
Referenced by estimator(), init(), and ~TSGFromPropagation().
|
private |
Definition at line 132 of file TSGFromPropagation.h.
|
private |
Definition at line 130 of file TSGFromPropagation.h.
Referenced by adjust(), getRescalingFactor(), and init().
|
private |
Definition at line 128 of file TSGFromPropagation.h.
Referenced by init().
|
private |
Definition at line 114 of file TSGFromPropagation.h.
Referenced by setEvent().
|
private |
Definition at line 116 of file TSGFromPropagation.h.
Referenced by findMeasurements(), and setEvent().
|
private |
Definition at line 113 of file TSGFromPropagation.h.
Referenced by setEvent(), and TSGFromPropagation().
|
private |
Definition at line 115 of file TSGFromPropagation.h.
Referenced by TSGFromPropagation().
|
private |
Definition at line 155 of file TSGFromPropagation.h.
Referenced by setEvent(), and TSGFromPropagation().
|
private |
Definition at line 118 of file TSGFromPropagation.h.
Referenced by init(), setEvent(), trackerSeeds(), and ~TSGFromPropagation().
|
private |
Definition at line 142 of file TSGFromPropagation.h.
Referenced by init(), and propagator().
|
private |
Definition at line 138 of file TSGFromPropagation.h.
Referenced by adjust(), init(), and trackerSeeds().
|
private |
Definition at line 140 of file TSGFromPropagation.h.
Referenced by init(), and passSelection().
|
private |
Definition at line 120 of file TSGFromPropagation.h.
Referenced by init(), innerState(), outerTkState(), propagator(), and setEvent().
|
private |
Definition at line 148 of file TSGFromPropagation.h.
Referenced by init(), and passSelection().
|
private |
Definition at line 111 of file TSGFromPropagation.h.
Referenced by init(), and setEvent().
|
private |
Definition at line 126 of file TSGFromPropagation.h.
|
private |
Definition at line 136 of file TSGFromPropagation.h.
Referenced by init(), setEvent(), and trackerSeeds().
|
private |
Definition at line 122 of file TSGFromPropagation.h.
Referenced by init(), updator(), and ~TSGFromPropagation().
|
private |
Definition at line 134 of file TSGFromPropagation.h.
Referenced by init(), and outerTkState().