ATLAS Offline Software
|
#include "ActsGeometry/ATLASSourceLink.h"
#include "xAODInDetMeasurement/PixelClusterContainer.h"
#include "xAODInDetMeasurement/StripClusterContainer.h"
#include "xAODInDetMeasurement/HGTDClusterContainer.h"
#include "src/detail/MeasurementContainerWithDimension.h"
#include <variant>
#include <vector>
#include <unordered_map>
#include <utility>
Go to the source code of this file.
Classes | |
struct | ActsTrk::detail::MeasurementRange |
class | ActsTrk::detail::GenMeasurementRangeList< T_MeasurementContainerList > |
class | ActsTrk::detail::GenUncalibSourceLinkAccessor< T_MeasurementRangeList > |
Accessor for the above source link container. More... | |
class | ActsTrk::detail::GenUncalibSourceLinkAccessor< T_MeasurementRangeList >::BaseIterator |
class | ActsTrk::detail::AtlasMeasurementContainerList |
Namespaces | |
ActsTrk | |
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.). | |
ActsTrk::detail | |
Typedefs | |
using | ActsTrk::detail::MeasurementRangeList = GenMeasurementRangeList< AtlasMeasurementContainerList > |
using | ActsTrk::detail::UncalibSourceLinkAccessor = GenUncalibSourceLinkAccessor< MeasurementRangeList > |