ATLAS Offline Software
Loading...
Searching...
No Matches
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
14MsgStream&
15Trk::operator<<(MsgStream& sl, const Trk::VolumeBounds& vb)
16{
17 return vb.dump(sl);
18}
19
20std::ostream&
21Trk::operator<<(std::ostream& sl, const Trk::VolumeBounds& vb)
22{
23 return vb.dump(sl);
24}
Pure Absract Base Class for Volume bounds.
virtual MsgStream & dump(MsgStream &sl) const =0
Output Method for MsgStream, to be overloaded by child classes.
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output