ATLAS Offline Software
Loading...
Searching...
No Matches
Line.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::Line& l) {
10 os << " phi " << l.phi() << " pos " << l.position();
11 // << " pos " << l.position() << " dir " << l.direction();
12 return os;
13 }
14
15} // namespace TrkDriftCircleMath
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