ATLAS Offline Software
Loading...
Searching...
No Matches
LocVec2D.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 std::ostream& operator<<(std::ostream& os, const TrkDriftCircleMath::LocVec2D& lv) {
10 os << " x " << lv.x() << " y " << lv.y();
11 return os;
12 }
13
14} // namespace TrkDriftCircleMath
Implementation of 2 dimensional vector class.
Definition LocVec2D.h:16
double y() const
Returns the y coordinate of the vector.
Definition LocVec2D.h:29
double x() const
Returns the x coordinate of the vector.
Definition LocVec2D.h:27
Function object to check whether two Segments are sub/super sets or different.
std::ostream & operator<<(std::ostream &os, const TrkDriftCircleMath::ClusterId &id)
Definition ClusterId.cxx:9