ATLAS Offline Software
Loading...
Searching...
No Matches
Road.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace TrkDriftCircleMath {
8
9 Road::Road(const LocVec2D& roadPos, double roadAngle, double chamberAngle, double roadAngularWidth) :
10 m_pos(roadPos), m_angle(roadAngle), m_chamberAngle(chamberAngle), m_width(roadAngularWidth) {}
11
12
13
14} // namespace TrkDriftCircleMath
Implementation of 2 dimensional vector class.
Definition LocVec2D.h:16
double chamberAngle() const
returns the angle of the line from the chamber center to the IP in local AMDB chamber coordinates
Definition Road.h:35
Road(const LocVec2D &roadPos, double roadAngle, double chamberAngle, double roadAngularWidth)
constructor
Definition Road.cxx:9
Function object to check whether two Segments are sub/super sets or different.