ATLAS Offline Software
Namespaces | Typedefs | Functions
Tracking/TrkEvent/TrkParameters/TrkParameters/TrackParameters.h File Reference
#include "TrkParametersBase/CurvilinearParametersT.h"
#include "TrkParametersBase/ParametersT.h"
#include "TrkSurfaces/ConeSurface.h"
#include "TrkSurfaces/CylinderSurface.h"
#include "TrkSurfaces/DiscSurface.h"
#include "TrkSurfaces/PerigeeSurface.h"
#include "TrkSurfaces/PlaneSurface.h"
#include "TrkSurfaces/StraightLineSurface.h"
Include dependency graph for Tracking/TrkEvent/TrkParameters/TrkParameters/TrackParameters.h:

Go to the source code of this file.

Namespaces

 Trk
 Ensure that the ATLAS eigen extensions are properly loaded.
 

Typedefs

using Trk::TrackParameters = ParametersBase< 5, Charged >
 
using Trk::CurvilinearParameters = CurvilinearParametersT< 5, Charged, PlaneSurface >
 
using Trk::AtaCone = ParametersT< 5, Charged, ConeSurface >
 
using Trk::AtaCylinder = ParametersT< 5, Charged, CylinderSurface >
 
using Trk::AtaDisc = ParametersT< 5, Charged, DiscSurface >
 
using Trk::Perigee = ParametersT< 5, Charged, PerigeeSurface >
 
using Trk::AtaPlane = ParametersT< 5, Charged, PlaneSurface >
 
using Trk::AtaStraightLine = ParametersT< 5, Charged, StraightLineSurface >
 

Functions

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

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

Definition at line 27 of file TrackParameters.cxx.

28 { 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 31 of file TrackParameters.cxx.

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