ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParameters.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6// TrackParameters.h, (c) ATLAS Detector software
8
10
11namespace Trk {
12
13 //explicit intantiation
16
24
25}
26
28MsgStream& operator << ( MsgStream& sl, const Trk::TrackParameters& pars)
29{ return pars.dump(sl); }
30
32std::ostream& operator << ( std::ostream& sl, const Trk::TrackParameters& pars)
33{ return pars.dump(sl); }
34
MsgStream & operator<<(MsgStream &sl, const Trk::TrackParameters &pars)
Overload of << operator for both, MsgStream and std::ostream for debug output.
The specialised class for charged and neutral track parameters in the curvilinear frame.
The base class for neutral and charged Track parameters.
Common class for neutral, charged and Pattern Track Parameters.
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Definition ParametersT.h:49
Ensure that the ATLAS eigen extensions are properly loaded.
ParametersBase< TrackParametersDim, Charged > TrackParameters