ATLAS Offline Software
Tracking/TrkEvent/TrkParameters/TrkParameters/TrackParameters.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // TrackParameters.h, (c) ATLAS Detector software
8 
9 #ifndef TRKPARAMETERS_TRACKPARAMETERS_H
10 #define TRKPARAMETERS_TRACKPARAMETERS_H
11 
20 
21 namespace Trk {
22 
23 // Alias declarations
32 
33 }
34 
37 MsgStream&
38 operator<<(MsgStream& sl, const Trk::TrackParameters& pars);
39 
42 std::ostream&
43 operator<<(std::ostream& sl, const Trk::TrackParameters& pars);
44 
45 #endif
make_hlt_rep.pars
pars
Definition: make_hlt_rep.py:90
StraightLineSurface.h
PerigeeSurface.h
Trk::ParametersT
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Definition: EMErrorDetail.h:25
ConeSurface.h
CurvilinearParametersT.h
ParametersT.h
CylinderSurface.h
Trk::ParametersBase
Definition: ParametersBase.h:55
Trk::CurvilinearParametersT
Definition: CurvilinearParametersT.h:48
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
PlaneSurface.h
DiscSurface.h
operator<<
MsgStream & operator<<(MsgStream &sl, const Trk::TrackParameters &pars)
Overload of << operator for both, MsgStream and std::ostream for debug output.
Definition: TrackParameters.cxx:27