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