ATLAS Offline Software
Classes | Namespaces | Typedefs | Functions
Tracking/Acts/ActsGeoUtils/ActsGeoUtils/SurfaceCache.h File Reference
#include <ActsGeoUtils/TransformCache.h>
#include <Acts/Geometry/DetectorElementBase.hpp>
#include <Acts/Surfaces/Surface.hpp>
Include dependency graph for Tracking/Acts/ActsGeoUtils/ActsGeoUtils/SurfaceCache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ActsTrk::SurfaceCache
 : Helper class to connect the aligned transformations of each active sensor(layer) with the Acts::Surfaces. More...
 

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.).
 

Typedefs

using ActsTrk::SurfaceCacheSet = std::set< std::unique_ptr< SurfaceCache >, std::less<> >
 

Functions

bool ActsTrk::operator< (const std::unique_ptr< SurfaceCache > &a, const std::unique_ptr< SurfaceCache > &b)
 Comparison operators. More...
 
bool ActsTrk::operator< (const IdentifierHash &a, const std::unique_ptr< SurfaceCache > &b)
 
bool ActsTrk::operator< (const std::unique_ptr< SurfaceCache > &a, const IdentifierHash &b)