ATLAS Offline Software
|
#include "TrkEventPrimitives/FitQualityOnSurface.h"
#include "TrkMaterialOnTrack/MaterialEffectsBase.h"
#include "TrkParameters/TrackParameters.h"
#include "TrkMeasurementBase/MeasurementBase.h"
#include "TrkTrack/AlignmentEffectsOnTrack.h"
#include <atomic>
#include <cstdint>
#include <bitset>
#include <iostream>
#include <memory>
#include "TrkTrack/TrackStateOnSurface.icc"
Go to the source code of this file.
Classes | |
class | Trk::TrackStateOnSurface |
represents the track state (measurement, material, fit parameters and quality) at a surface. More... | |
Namespaces | |
Trk | |
Ensure that the ATLAS eigen extensions are properly loaded. | |
Functions | |
MsgStream & | Trk::operator<< (MsgStream &sl, const TrackStateOnSurface &tsos) |
Overload of << operator for both, MsgStream and std::ostream for debug output. More... | |
std::ostream & | Trk::operator<< (std::ostream &sl, const TrackStateOnSurface &tsos) |
Overload of << operator for std::ostream for debug output. More... | |