ATLAS Offline Software
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 
15 namespace 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
ActsTrk::SurfaceCacheSet
std::set< std::unique_ptr< SurfaceCache >, std::less<> > SurfaceCacheSet
Definition: Tracking/Acts/ActsGeoUtils/ActsGeoUtils/Defs.h:18
ActsGeometryContext.h
ActsTrk::TransformCacheDetEle
Definition: Tracking/Acts/ActsGeoUtils/ActsGeoUtils/Defs.h:22
GeoPrimitivesHelpers.h
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MSTrackingVolumeBuilder.cxx:24
ActsTrk::TransformCache
Definition: TransformCache.h:21