ATLAS Offline Software
DistortionDescriptor.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 // DistortionDescriptor.cxx, (c) ATLAS Detector software
8 
9 //Trk
11 
13 MsgStream& Trk::operator << ( MsgStream& sl, const DistortionDescriptor& dd)
14 { return dd.dump(sl); }
15 
16 std::ostream& Trk::operator << ( std::ostream& sl, const DistortionDescriptor& dd)
17 { return dd.dump(sl); }
18 
19 
DistortionDescriptor.h
library_scraper.dd
list dd
Definition: library_scraper.py:46
Trk::operator<<
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output
Definition: AlignModule.cxx:204
Trk::DistortionDescriptor
Definition: DistortionDescriptor.h:39