ATLAS Offline Software
Namespaces | Functions
NeutralParameters.cxx File Reference
#include "TrkNeutralParameters/NeutralParameters.h"
Include dependency graph for NeutralParameters.cxx:

Go to the source code of this file.

Namespaces

 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. More...
 
std::ostream & operator<< (std::ostream &sl, const Trk::NeutralParameters &pars)
 Overload of << operator for both, MsgStream and std::ostream for debug output. More...
 

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 23 of file NeutralParameters.cxx.

24 { 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 27 of file NeutralParameters.cxx.

28 { return pars.dump(sl); }
make_hlt_rep.pars
pars
Definition: make_hlt_rep.py:90