ATLAS Offline Software
Loading...
Searching...
No Matches
Tracking/Acts/ActsGeoUtils/ActsGeoUtils/Defs.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef ACTSGEOUTILS_DEFS_H
5#define ACTSGEOUTILS_DEFS_H
10
11#include <limits>
12#include <set>
13
15namespace ActsTrk{
16
17 class SurfaceCache;
18 using SurfaceCacheSet = std::set<std::unique_ptr<SurfaceCache>, std::less<>>;
19
20
21 class TransformCache;
22 template <class> class TransformCacheDetEle;
23}
24
25#endif
: Helper class to connect the aligned transformations of each active sensor(layer) with the Acts::Sur...
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
std::set< std::unique_ptr< SurfaceCache >, std::less<> > SurfaceCacheSet