TrkDriftCircleMath::Road - encodes the road given to the segment finder in station coordinates.
More...
#include <Road.h>
|
| | 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
|
TrkDriftCircleMath::Road - encodes the road given to the segment finder in station coordinates.
Definition at line 15 of file Road.h.
◆ Road()
| TrkDriftCircleMath::Road::Road |
( |
const LocVec2D & | roadPos, |
|
|
double | roadAngle, |
|
|
double | chamberAngle, |
|
|
double | roadAngularWidth ) |
constructor
- Parameters
-
| 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.
9 :
double chamberAngle() const
returns the angle of the line from the chamber center to the IP in local AMDB chamber coordinates
◆ ~Road()
| TrkDriftCircleMath::Road::~Road |
( |
| ) |
|
|
default |
◆ angle()
| double TrkDriftCircleMath::Road::angle |
( |
| ) |
const |
|
inline |
returns the angle of the road in local coordinates
Definition at line 32 of file Road.h.
◆ chamberAngle()
| double TrkDriftCircleMath::Road::chamberAngle |
( |
| ) |
const |
|
inline |
returns the angle of the line from the chamber center to the IP in local AMDB chamber coordinates
Definition at line 35 of file Road.h.
◆ pos()
| const LocVec2D & TrkDriftCircleMath::Road::pos |
( |
| ) |
const |
|
inline |
returns the position of the road in local coordinates
Definition at line 29 of file Road.h.
◆ width()
| double TrkDriftCircleMath::Road::width |
( |
| ) |
const |
|
inline |
returns the width angle of the road
Definition at line 38 of file Road.h.
◆ m_angle
| double TrkDriftCircleMath::Road::m_angle |
|
private |
◆ m_chamberAngle
| double TrkDriftCircleMath::Road::m_chamberAngle |
|
private |
◆ m_pos
| LocVec2D TrkDriftCircleMath::Road::m_pos |
|
private |
◆ m_width
| double TrkDriftCircleMath::Road::m_width |
|
private |
The documentation for this class was generated from the following files: