5#ifndef __TRK_DRIFT_CICLE_MATH__ROAD_H__
6#define __TRK_DRIFT_CICLE_MATH__ROAD_H__
Implementation of 2 dimensional vector class.
~Road()=default
destructor
double chamberAngle() const
returns the angle of the line from the chamber center to the IP in local AMDB chamber coordinates
const LocVec2D & pos() const
returns the position of the road in local coordinates
double width() const
returns the width angle of the road
Road(const LocVec2D &roadPos, double roadAngle, double chamberAngle, double roadAngularWidth)
constructor
double angle() const
returns the angle of the road in local coordinates
Function object to check whether two Segments are sub/super sets or different.