ATLAS Offline Software
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 
13 MsgStream&
14 Trk::operator<<(MsgStream& sl, const SurfaceBounds& sb)
15 {
16  return sb.dump(sl);
17 }
18 
19 std::ostream&
20 Trk::operator<<(std::ostream& sl, const SurfaceBounds& sb)
21 {
22  return sb.dump(sl);
23 }
Trk::SurfaceBounds
Definition: SurfaceBounds.h:47
SurfaceBounds.h
keylayer_zslicemap.sb
sb
Definition: keylayer_zslicemap.py:192
Trk::operator<<
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output
Definition: AlignModule.cxx:204