#include <Topology.h>
Classes | |
class | LocalTrackAngles |
class | LocalTrackPred |
Public Types | |
typedef Point2DBase< double, LocalTag > | Local2DPoint |
typedef Vector2D::MathVector | MathVector2D |
typedef Basic2DVector< double > | Vector2D |
Public Member Functions | |
virtual int | channel (const LocalPoint &p) const =0 |
virtual int | channel (const LocalPoint &lp, const LocalTrackAngles &) const |
conversion taking also the angle from the track state More... | |
virtual LocalError | localError (const MeasurementPoint &, const MeasurementError &) const =0 |
virtual LocalError | localError (const MeasurementPoint &mp, const MeasurementError &me, const LocalTrackPred &) const |
conversion taking also the angle from the predicted track state More... | |
virtual LocalPoint | localPosition (const MeasurementPoint &) const =0 |
virtual LocalPoint | localPosition (const MeasurementPoint &mp, const LocalTrackPred &) const |
conversion taking also the angle from the predicted track state More... | |
virtual MeasurementError | measurementError (const LocalPoint &, const LocalError &) const =0 |
virtual MeasurementError | measurementError (const LocalPoint &lp, const LocalError &le, const LocalTrackAngles &) const |
conversion taking also the angle from the track state More... | |
virtual MeasurementPoint | measurementPosition (const LocalPoint &) const =0 |
virtual MeasurementPoint | measurementPosition (const LocalPoint &lp, const LocalTrackAngles &) const |
conversion taking also the angle from the track state More... | |
virtual | ~Topology () |
Abstract component defining the conversion between the local frame of a detector and the frame defined by the readout channels , the so called measurement frame. For example, in a strip detector the strips define a coordinate frame (from 0 to Nstrips in one direction and from 0 to 1 in the other), and each local point can be mapped to a point in this frame. The mapping may be non-linear (for example for trapezoidal strips).
The topology should be the ONLY place where this mapping is defined. The Digitizer uses the Topology to transform energy deposits in the local frame into signals on the readout channels, and the clusterizer (or the RecHit) uses the Topology for the inverse transformation, from channel numbers to local coordinates.
If the surface of a Topology deviates from its perfect shape, e.g. a bowed instead of a flat surface (bowed silicon sensors) or if built from two surfaces that might be misaligned with respect to each other (double sensor silicon modules), conversion might depend on a track prediction. Conversions from local to measurement frame therefore need the 'LocalTrackAngles', conversions the other way round need also track position predictions, bound together with the angles to a 'LocalTrackPred'. Default implementation of methods requiring more arguments is to call the simple method, ignoring the track state. Concrete implementations should overwrite this where appropiate.
Definition at line 42 of file Topology.h.
typedef Point2DBase<double, LocalTag> Topology::Local2DPoint |
Definition at line 55 of file Topology.h.
Definition at line 45 of file Topology.h.
typedef Basic2DVector<double> Topology::Vector2D |
Definition at line 44 of file Topology.h.
|
inlinevirtual |
Definition at line 72 of file Topology.h.
|
pure virtual |
Implemented in GCC11_FINAL< T, TOPO >, CSCRadialStripTopology, RadialStripTopology, GCC11_FINAL< T, TOPO >, OffsetRadialStripTopology, GCC11_FINAL< T, TOPO >, DTTopology, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, CSCWireTopology, GCC11_FINAL< T, TOPO >, CSCUngangedStripTopology, and CSCGangedStripTopology.
Referenced by channel(), SiPixelDigitizerAlgorithm::induce_signal(), RPCSimAverageNoiseEffCls::simulate(), RPCSimAverageNoiseEff::simulate(), RPCSimAsymmetricCls::simulate(), and GEMSimpleModel::simulateClustering().
|
inlinevirtual |
conversion taking also the angle from the track state
Reimplemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 114 of file Topology.h.
References channel().
|
pure virtual |
Implemented in GCC11_FINAL< T, TOPO >, CSCRadialStripTopology, GCC11_FINAL< T, TOPO >, RadialStripTopology, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, CSCWireTopology, DTTopology, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by localError().
|
inlinevirtual |
conversion taking also the angle from the predicted track state
Reimplemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 97 of file Topology.h.
References localError().
|
pure virtual |
Implemented in GCC11_FINAL< T, TOPO >, CSCRadialStripTopology, GCC11_FINAL< T, TOPO >, RadialStripTopology, OffsetRadialStripTopology, CSCWireTopology, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, DTTopology, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by SiPixelTrackResidualSource::analyze(), SiPixelErrorEstimation::analyze(), TrackerDpgAnalysis::analyze(), SiPixelErrorEstimation::computeAnglesFromDetPosition(), PixelCPEBase::computeAnglesFromDetPosition(), SiPixelClusterModule::fill(), analyzer::SiPixelLorentzAngle::fillPix(), SiPixelQuality::getBadRocPositions(), SiPixelDigitizerAlgorithm::induce_signal(), PixelCPETemplateReco::localPosition(), localPosition(), PixelCPEGeneric::localPosition(), PixelClusterSelectorTopBottom::produce(), and TrackClusterSplitter::splitCluster().
|
inlinevirtual |
conversion taking also the angle from the predicted track state
Reimplemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 91 of file Topology.h.
References localPosition().
|
pure virtual |
Implemented in GCC11_FINAL< T, TOPO >, CSCRadialStripTopology, RadialStripTopology, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, DTTopology, GCC11_FINAL< T, TOPO >, CSCWireTopology, and GCC11_FINAL< T, TOPO >.
Referenced by Strip1DMeasurementTransformator::hitError(), GSRecHitMatcher::match(), measurementError(), ShallowRechitClustersProducer::produce(), ShallowTrackClustersProducer::produce(), Strip1DMeasurementTransformator::projectedTrajectoryError(), SiStripRecHitsValid::rechitanalysis(), SiStripTrackingRecHitsValid::rechitanalysis(), SiStripTrackingRecHitsValid::rechitanalysis_matched(), and SiStripRecHitMatcher::sigmaPitch().
|
inlinevirtual |
conversion taking also the angle from the track state
Reimplemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 109 of file Topology.h.
References measurementError().
|
pure virtual |
Implemented in GCC11_FINAL< T, TOPO >, CSCRadialStripTopology, RadialStripTopology, GCC11_FINAL< T, TOPO >, OffsetRadialStripTopology, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, DTTopology, CSCWireTopology, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by SiPixelErrorEstimation::analyze(), TrackerDpgAnalysis::analyze(), SiStripFineDelayHit::closestCluster(), StripTopology::coveredStrips(), SiStripRecHitMatcher::doubleMatch(), Strip1DMeasurementTransformator::hitParameters(), SiPixelDigitizerAlgorithm::induce_signal(), GSRecHitMatcher::match(), SiStripRecHitMatcher::match(), measurementPosition(), TrackerDpgAnalysis::onTrackAngles(), Strip1DMeasurementTransformator::projectedTrajectoryParameters(), SiStripRecHitsValid::rechitanalysis(), SiStripTrackingRecHitsValid::rechitanalysis(), and SiStripTrackingRecHitsValid::rechitanalysis_matched().
|
inlinevirtual |
conversion taking also the angle from the track state
Reimplemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 103 of file Topology.h.
References measurementPosition().