ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParameters.cxx File Reference
Include dependency graph for TrackParameters.cxx:

Go to the source code of this file.

Namespaces

namespace  Trk
 Ensure that the ATLAS eigen extensions are properly loaded.

Functions

MsgStream & operator<< (MsgStream &sl, const Trk::TrackParameters &pars)
 Overload of << operator for both, MsgStream and std::ostream for debug output.
std::ostream & operator<< (std::ostream &sl, const Trk::TrackParameters &pars)
 Overload of << operator for both, MsgStream and std::ostream for debug output.

Function Documentation

◆ operator<<() [1/2]

MsgStream & operator<< ( MsgStream & sl,
const Trk::TrackParameters & pars )

Overload of << operator for both, MsgStream and std::ostream for debug output.

Definition at line 28 of file TrackParameters.cxx.

29{ return pars.dump(sl); }

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & sl,
const Trk::TrackParameters & pars )

Overload of << operator for both, MsgStream and std::ostream for debug output.

Definition at line 32 of file TrackParameters.cxx.

33{ return pars.dump(sl); }