#include "Identifier/Identifier.h"
#include "TrkSurfaces/SurfaceHolders.h"
#include <iostream>
#include <vector>
Go to the source code of this file.
|
| class | Trk::AlignmentEffectsOnTrack |
| | Class to represent misalignments or 'discontinuities' on tracks These have a surface where the z axis is aligned with the direction of the translation, and the angle of the rotation is with respect to this. More...
|
| |
|
| | Trk |
| | Ensure that the ATLAS eigen extensions are properly loaded.
|
| |
|
| MsgStream & | Trk::operator<< (MsgStream &sl, const AlignmentEffectsOnTrack &tsos) |
| | Overload of << operator for MsgStream for debug output. More...
|
| |
| std::ostream & | Trk::operator<< (std::ostream &sl, const AlignmentEffectsOnTrack &tsos) |
| | Overload of << operator for std::ostream for debug output. More...
|
| |