ATLAS Offline Software
VolumeBounds.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // VolumeBounds.cxx, (c) ATLAS Detector software
8 
9 // Trk
11 
14 MsgStream&
15 Trk::operator<<(MsgStream& sl, const Trk::VolumeBounds& vb)
16 {
17  return vb.dump(sl);
18 }
19 
20 std::ostream&
21 Trk::operator<<(std::ostream& sl, const Trk::VolumeBounds& vb)
22 {
23  return vb.dump(sl);
24 }
Trk::VolumeBounds::dump
virtual MsgStream & dump(MsgStream &sl) const =0
Output Method for MsgStream, to be overloaded by child classes.
VolumeBounds.h
Trk::VolumeBounds
Definition: VolumeBounds.h:45
Trk::operator<<
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output
Definition: AlignModule.cxx:204