ATLAS Offline Software
Loading...
Searching...
No Matches
DetectorElementToActsGeometryIdMap.h File Reference
#include "xAODMeasurementBase/MeasurementDefs.h"
#include "Acts/Geometry/GeometryIdentifier.hpp"
#include <unordered_map>
Include dependency graph for DetectorElementToActsGeometryIdMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ActsTrk::DetectorElementToActsGeometryIdMap

Namespaces

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)