#include <Topology.h>
Public Member Functions | |
const LocalTrackAngles & | angles () const |
LocalTrackPred () | |
LocalTrackPred (double x, double y, double dxdz, double dydz) | |
LocalTrackPred (const AlgebraicVector5 &localTrajPar) | |
const Local2DPoint & | point () const |
Private Attributes | |
LocalTrackAngles | angles_ |
local x, y More... | |
Local2DPoint | point_ |
Track prediction in local frame (2D point and angles), needed to handle surface deformations
Definition at line 56 of file Topology.h.
|
inline |
Definition at line 58 of file Topology.h.
|
inline |
Definition at line 59 of file Topology.h.
|
inline |
Ctr. from local trajectory parameters as AlgebraicVector5 (q/p, dxdz, dydz, x, y) e.g. from 'LocalTrajectoryParameters::vector()'
Definition at line 62 of file Topology.h.
|
inline |
Definition at line 65 of file Topology.h.
References angles_.
Referenced by ProxyPixelTopology::positionCorrection(), ProxyMTDTopology::positionCorrection(), and ProxyStripTopology::positionCorrection().
|
inline |
Definition at line 64 of file Topology.h.
References point_.
Referenced by ProxyPixelTopology::positionCorrection(), ProxyMTDTopology::positionCorrection(), and ProxyStripTopology::positionCorrection().
|
private |
|
private |
Definition at line 68 of file Topology.h.
Referenced by point().