![]() |
ATLAS Offline Software
|
#include "GeoPrimitives/GeoPrimitives.h"#include "GeoModelKernel/GeoVDetectorElement.h"#include "ActsGeometryInterfaces/IDetectorElement.h"#include "ActsGeometryInterfaces/GeometryContext.h"#include "ActsGeoUtils/TransformCache.h"#include "ActsGeoUtils/SurfacePlacement.h"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Utilities/PointerTraits.hpp"#include <memory>Go to the source code of this file.
Classes | |
| class | ActsDetectorElement |
Namespaces | |
| namespace | InDetDD |
| Message Stream Member. | |
| namespace | Trk |
| Ensure that the ATLAS eigen extensions are properly loaded. | |
| 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.). | |
Functions | |
| const ActsDetectorElement * | getActsDetectorElement (const Acts::Surface &surf) |
| Attempts to retrieve the ActsDetectorElement associated to the passed ActsSurface. | |
| template<Acts::PointerConcept ptr_t> requires (std::is_base_of_v<Acts::Surface, Acts::RemovePointer_t<ptr_t>>) | |
| const ActsDetectorElement * | getActsDetectorElement (const ptr_t &surf) |
| const ActsDetectorElement * getActsDetectorElement | ( | const Acts::Surface & | surf | ) |
Attempts to retrieve the ActsDetectorElement associated to the passed ActsSurface.
| surf | The surface for which the detector element shall be retrieved |
Definition at line 53 of file ActsDetectorElement.cxx.
| const ActsDetectorElement * getActsDetectorElement | ( | const ptr_t & | surf | ) |
Definition at line 48 of file ActsDetectorElement.h.