![]() |
ATLAS Offline Software
|
#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"Go to the source code of this file.
Namespaces | |
| namespace | Trk |
| Ensure that the ATLAS eigen extensions are properly loaded. | |
Typedefs | |
| using | Trk::BaseParameters = ParametersCommon<TrackParametersDim, Charged> |
| using | Trk::TrackParameters = ParametersBase<TrackParametersDim, Charged> |
| using | Trk::CurvilinearParameters = CurvilinearParametersT<TrackParametersDim, Charged, PlaneSurface> |
| using | Trk::AtaCone = ParametersT<TrackParametersDim, Charged, ConeSurface> |
| using | Trk::AtaCylinder = ParametersT<TrackParametersDim, Charged, CylinderSurface> |
| using | Trk::AtaDisc = ParametersT<TrackParametersDim, Charged, DiscSurface> |
| using | Trk::Perigee = ParametersT<TrackParametersDim, Charged, PerigeeSurface> |
| using | Trk::AtaPlane = ParametersT<TrackParametersDim, Charged, PlaneSurface> |
| using | Trk::AtaStraightLine = ParametersT<TrackParametersDim, Charged, StraightLineSurface> |
Functions | |
| MsgStream & | operator<< (MsgStream &sl, const Trk::TrackParameters &pars) |
| Overload of << operator for both, MsgStream and std::ostream for debug output. | |
| std::ostream & | operator<< (std::ostream &sl, const Trk::TrackParameters &pars) |
| Overload of << operator for both, MsgStream and std::ostream for debug output. | |
Variables | |
| constexpr size_t | Trk::TrackParametersDim = 5 |
| MsgStream & operator<< | ( | MsgStream & | sl, |
| const Trk::TrackParameters & | pars ) |
Overload of << operator for both, MsgStream and std::ostream for debug output.
Definition at line 28 of file TrackParameters.cxx.
| 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 32 of file TrackParameters.cxx.