ATLAS Offline Software
LayerMaterialProperties.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 
9 MsgStream& Trk::operator<<(MsgStream& sl,
10  const Trk::LayerMaterialProperties& lmp) {
11  return lmp.dump(sl);
12 }
13 
14 std::ostream& Trk::operator<<(std::ostream& sl,
15  const Trk::LayerMaterialProperties& lmp) {
16  return lmp.dump(sl);
17 }
18 
Trk::LayerMaterialProperties
Definition: LayerMaterialProperties.h:62
Trk::operator<<
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output
Definition: AlignModule.cxx:204
Trk::LayerMaterialProperties::dump
virtual MsgStream & dump(MsgStream &sl) const =0
Output Method for MsgStream, to be overloaded by child classes.
LayerMaterialProperties.h