ATLAS Offline Software
Namespaces | Functions
SurfaceEncoding.h File Reference
#include <xAODTracking/TrackSurface.h>
#include <xAODTracking/TrackSurfaceAuxContainer.h>
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Surfaces/ConeSurface.hpp"
#include "Acts/Surfaces/CylinderSurface.hpp"
#include "Acts/Surfaces/DiscSurface.hpp"
#include "Acts/Surfaces/PerigeeSurface.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Surfaces/RectangleBounds.hpp"
#include "Acts/Surfaces/StrawSurface.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Surfaces/SurfaceBounds.hpp"
#include "ActsGeometryInterfaces/ActsGeometryContext.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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

Functions

void ActsTrk::encodeSurface (xAOD::TrackSurfaceAuxContainer *backend, size_t index, const Acts::Surface *surface, const Acts::GeometryContext &geoContext)
 Prepares persistifiable representation of surface into xAOD::TrackSurface object. More...
 
void ActsTrk::encodeSurface (xAOD::TrackSurface *backend, const Acts::Surface *surface, const Acts::GeometryContext &geoContext)
 As above, but works on xAOD::TrackSurface object. More...
 
std::shared_ptr< const Acts::Surface > ActsTrk::decodeSurface (const xAOD::TrackSurface *backend, const Acts::GeometryContext &geoContext)
 Creates transient Acts Surface objects given a surface backend implementation should be exact mirror of encodeSurface. More...
 
std::shared_ptr< const Acts::Surface > ActsTrk::decodeSurface (const xAOD::TrackSurfaceAuxContainer *backend, size_t i, const Acts::GeometryContext &geoContext)
 As above, but takes data from Aux container at an index i. More...