4#ifndef ACTSGEOMETRY_TrackingAlignVisitor_H
5#define ACTSGEOMETRY_TrackingAlignVisitor_H
9#include "Acts/Geometry/TrackingGeometryVisitor.hpp"
24 void visitVolume(
const Acts::TrackingVolume& volume)
override final;
26 void visitSurface(
const Acts::Surface& surface)
override final;
TrackingGeoAlignVisitor & operator=(const TrackingGeoAlignVisitor &other)=delete
void visitSurface(const Acts::Surface &surface) override final
TrackingGeoAlignVisitor(DetectorAlignStore &store) noexcept
TrackingGeoAlignVisitor(const TrackingGeoAlignVisitor &other) noexcept=delete
TrackingGeoAlignVisitor(TrackingGeoAlignVisitor &&other)=delete
unsigned alignedObjects() const
DetectorAlignStore & m_store
void visitVolume(const Acts::TrackingVolume &volume) override final
TrackingGeoAlignVisitor & operator=(TrackingGeoAlignVisitor &&other)=delete
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...