![]() |
ATLAS Offline Software
|
TrkDriftCircleMath::Road - encodes the road given to the segment finder in station coordinates. More...
#include <Road.h>
Public Member Functions | |
| Road (const LocVec2D &roadPos, double roadAngle, double chamberAngle, double roadAngularWidth) | |
| constructor | |
| ~Road ()=default | |
| destructor | |
| const LocVec2D & | pos () const |
| returns the position of the road in local coordinates | |
| double | angle () const |
| returns the angle of the road in local coordinates | |
| double | chamberAngle () const |
| returns the angle of the line from the chamber center to the IP in local AMDB chamber coordinates | |
| double | width () const |
| returns the width angle of the road | |
Private Attributes | |
| LocVec2D | m_pos |
| double | m_angle |
| double | m_chamberAngle |
| double | m_width |
TrkDriftCircleMath::Road - encodes the road given to the segment finder in station coordinates.
| TrkDriftCircleMath::Road::Road | ( | const LocVec2D & | roadPos, |
| double | roadAngle, | ||
| double | chamberAngle, | ||
| double | roadAngularWidth ) |
constructor
| roadPos | position of the road in local AMDB chamber coordinates |
| roadAngle | angle of the road in local AMDB chamber coordinates |
| chamberAngle | angle of the line from the chamber center to the IP in local AMDB chamber coordinates |
| roadAngularWidth | opening angle of the road in the precision coordinate of the chamber |
Definition at line 9 of file Road.cxx.
|
default |
destructor
|
inline |
|
inline |
|
inline |