ATLAS Offline Software
Loading...
Searching...
No Matches
SurfaceBounds.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// SurfaceBounds.cxx, (c) ATLAS Detector Software
8
9// Trk
11
13MsgStream&
14Trk::operator<<(MsgStream& sl, const SurfaceBounds& sb)
15{
16 return sb.dump(sl);
17}
18
19std::ostream&
20Trk::operator<<(std::ostream& sl, const SurfaceBounds& sb)
21{
22 return sb.dump(sl);
23}
Abstract base class for surface bounds to be specified.
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output