#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 Types | |
enum | ResetMethod { ResetMethod::discrete, ResetMethod::fixed, ResetMethod::matrix } |
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 34 of file TSGFromPropagation.h.
|
strongprivate |
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 discrete, fixed, edm::ParameterSet::getParameter(), matrix, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
destructor
Definition at line 66 of file TSGFromPropagation.cc.
References LogTrace, and theCategory.
|
private |
adjust the error matrix of the FTS
Definition at line 309 of file TSGFromPropagation.cc.
References FreeTrajectoryState::curvilinearError(), discrete, fixed, FreeTrajectoryState::momentum(), MuonErrorMatrix::multiply(), FreeTrajectoryState::parameters(), FreeTrajectoryState::rescaleError(), theErrorMatrixAdjuster, theFixedErrorRescaling, theFlexErrorRescaling, and theResetMethod.
Referenced by innerState(), and outerTkState().
|
private |
adjust the error matrix of the TSOS
Definition at line 329 of file TSGFromPropagation.cc.
References TrajectoryStateOnSurface::curvilinearError(), discrete, fixed, 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 227 of file TSGFromPropagation.cc.
Referenced by trackerSeeds().
|
private |
create a seed from a trajectory state
Definition at line 232 of file TSGFromPropagation.cc.
References oppositeToMomentum, and trajectoryStateTransform::persistentState().
|
private |
Definition at line 287 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().
|
inlineprivate |
Definition at line 63 of file TSGFromPropagation.h.
References theEstimator.
Referenced by findMeasurements(), and trackerSeeds().
|
private |
look for measurements on the first compatible layer
Definition at line 245 of file TSGFromPropagation.cc.
References GeometricSearchDet::compatibleDets(), estimator(), propagator(), mps_fire::result, theMeasTrackerEvent, and validMeasurements().
Referenced by trackerSeeds().
|
private |
Definition at line 298 of file TSGFromPropagation.cc.
References DiDispStaMuonMonitor_cfi::pt, and theFlexErrorRescaling.
Referenced by trackerSeeds().
|
overridevirtual |
initialize
Reimplemented from TrackerSeedGenerator.
Definition at line 155 of file TSGFromPropagation.cc.
References edm::ParameterSet::empty(), matrix, theCacheId_TG, theErrorMatrixAdjuster, theErrorMatrixPset, theEstimator, theFlexErrorRescaling, theMaxChi2, theResetMethod, theService, and theUpdator.
|
private |
Definition at line 188 of file TSGFromPropagation.cc.
References adjust(), alongMomentum, trajectoryStateTransform::innerStateOnSurface(), MuonServiceProxy::magneticField(), oppositeToMomentum, theService, and MuonServiceProxy::trackingGeometry().
Referenced by outerTkState().
|
private |
Definition at line 209 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 272 of file TSGFromPropagation.cc.
References beamSpot, edm::HandleBase::isValid(), theSelectStateFlag, theSigmaZ, and zDis().
Referenced by trackerSeeds().
|
inlineprivate |
Definition at line 65 of file TSGFromPropagation.h.
References MuonServiceProxy::propagator(), thePropagatorName, and theService.
Referenced by findMeasurements(), outerTkState(), and trackerSeeds().
|
overridevirtual |
set an event
Reimplemented from TrackerSeedGenerator.
Definition at line 171 of file TSGFromPropagation.cc.
References beamSpot, MuonServiceProxy::eventSetup(), edm::EventSetup::get(), edm::Event::getByToken(), edm::EventSetup::getHandle(), LogTrace, theBeamSpotToken, theCacheId_TG, theCategory, theMeasTrackerEvent, theMeasurementTrackerEventToken, theNavigation, theService, theTrackerToken, and theUpdateStateFlag.
|
override |
generate seed(s) for a track
Definition at line 68 of file TSGFromPropagation.cc.
References createSeed(), discrete, 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 61 of file TSGFromPropagation.h.
References theUpdator.
Referenced by trackerSeeds().
|
private |
select valid measurements
Definition at line 239 of file TSGFromPropagation.cc.
Referenced by findMeasurements().
|
private |
Definition at line 293 of file TSGFromPropagation.cc.
References TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), PV3DBase< T, PVType, FrameType >::perp(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by passSelection().
|
private |
Definition at line 146 of file TSGFromPropagation.h.
Referenced by passSelection(), and setEvent().
|
private |
Definition at line 147 of file TSGFromPropagation.h.
Referenced by 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(), and ~TSGFromPropagation().
|
private |
Definition at line 140 of file TSGFromPropagation.h.
|
private |
Definition at line 144 of file TSGFromPropagation.h.
Referenced by init().
|
private |
Definition at line 121 of file TSGFromPropagation.h.
Referenced by estimator(), and init().
|
private |
Definition at line 127 of file TSGFromPropagation.h.
Referenced by adjust().
|
private |
Definition at line 125 of file TSGFromPropagation.h.
Referenced by adjust(), getRescalingFactor(), and init().
|
private |
Definition at line 123 of file TSGFromPropagation.h.
Referenced by init().
|
private |
Definition at line 113 of file TSGFromPropagation.h.
Referenced by findMeasurements(), and setEvent().
|
private |
Definition at line 148 of file TSGFromPropagation.h.
Referenced by setEvent().
|
private |
Definition at line 115 of file TSGFromPropagation.h.
Referenced by setEvent(), and trackerSeeds().
|
private |
Definition at line 138 of file TSGFromPropagation.h.
Referenced by propagator().
|
private |
Definition at line 134 of file TSGFromPropagation.h.
Referenced by adjust(), init(), and trackerSeeds().
|
private |
Definition at line 136 of file TSGFromPropagation.h.
Referenced by passSelection().
|
private |
Definition at line 117 of file TSGFromPropagation.h.
Referenced by init(), innerState(), outerTkState(), propagator(), and setEvent().
|
private |
Definition at line 142 of file TSGFromPropagation.h.
Referenced by passSelection().
|
private |
Definition at line 149 of file TSGFromPropagation.h.
Referenced by setEvent().
|
private |
Definition at line 131 of file TSGFromPropagation.h.
Referenced by setEvent(), and trackerSeeds().
|
private |
Definition at line 119 of file TSGFromPropagation.h.
|
private |
Definition at line 129 of file TSGFromPropagation.h.
Referenced by outerTkState().