![]() |
ATLAS Offline Software
|
#include <atomic>
#include <iostream>
#include <memory>
#include <vector>
#include "AthContainers/DataVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "CxxUtils/CachedValue.h"
#include "TrkEventPrimitives/FitQuality.h"
#include "TrkEventPrimitives/TrkObjectCounter.h"
#include "TrkParameters/TrackParameters.h"
#include "TrkTrack/TrackInfo.h"
#include "TrkTrack/TrackStateOnSurface.h"
#include "TrkTrackSummary/TrackSummary.h"
#include "Track.icc"
Go to the source code of this file.
Classes | |
class | Trk::Track |
The ATLAS Track class. More... | |
Namespaces | |
Trk | |
Ensure that the ATLAS eigen extensions are properly loaded. | |
Typedefs | |
using | Trk::TrackStates = DataVector< const Trk::TrackStateOnSurface > |
Functions | |
MsgStream & | Trk::operator<< (MsgStream &sl, const Track &track) |
Overload of << operator for MsgStream for debug output. More... | |
std::ostream & | Trk::operator<< (std::ostream &sl, const Track &track) |
Overload of << operator for std::ostream for debug output. More... | |