ATLAS Offline Software
Loading...
Searching...
No Matches
NeutralParameters.cxx File Reference
Include dependency graph for NeutralParameters.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::NeutralParameters &pars)
 Overload of << operator for both, MsgStream and std::ostream for debug output.
std::ostream & operator<< (std::ostream &sl, const Trk::NeutralParameters &pars)
 Overload of << operator for both, MsgStream and std::ostream for debug output.

Function Documentation

◆ operator<<() [1/2]

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

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

Definition at line 22 of file NeutralParameters.cxx.

23{ return pars.dump(sl); }

◆ operator<<() [2/2]

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

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

Definition at line 26 of file NeutralParameters.cxx.

27{ return pars.dump(sl); }