![]() |
ATLAS Offline Software
|
#include "xAODMeasurementBase/MeasurementDefs.h"#include "Acts/Geometry/GeometryIdentifier.hpp"#include "Acts/Utilities/Helpers.hpp"#include <unordered_map>Go to the source code of this file.
Classes | |
| struct | ActsTrk::DetectorElementGeoInfo |
| Geometry identifier and surface of a detector element. More... | |
| struct | ActsTrk::DetectorElementToActsGeometryIdMap |
Namespaces | |
| namespace | Acts |
| This class is not to needed in AthSimulation. | |
| namespace | 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.). | |
Typedefs | |
| using | ActsTrk::DetectorElementKey = unsigned int |
Functions | |
| DetectorElementKey | ActsTrk::makeDetectorElementKey (xAOD::UncalibMeasType meas_type, unsigned int identifier_hash) |
Variables | |
| constexpr unsigned int | ActsTrk::DETELEMENT_TYPE_SHIFT = 28 |
| constexpr unsigned int | ActsTrk::DETELEMENT_HASH_MASK = ~(1u<<31|1u<<30|1u<<29|1u<<28) |