ATLAS Offline Software
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 
7 namespace 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
TrkDriftCircleMath
Function object to check whether two Segments are sub/super sets or different.
Definition: IMdtSegmentFinder.h:13
TrkDriftCircleMath::LocVec2D
Implementation of 2 dimensional vector class.
Definition: LocVec2D.h:16
Road.h
TrkDriftCircleMath::Road::Road
Road(const LocVec2D &roadPos, double roadAngle, double chamberAngle, double roadAngularWidth)
constructor
Definition: Road.cxx:9