ATLAS Offline Software
Loading...
Searching...
No Matches
IRefineTrackingGeoTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSGEOMETRYINTERFACES_IRefineTrackingGeoTool_H
6#define ACTSGEOMETRYINTERFACES_IRefineTrackingGeoTool_H
7
8#include "Acts/Geometry/TrackingGeometryVisitor.hpp"
9#include "GaudiKernel/IAlgTool.h"
10
11namespace ActsTrk{
15 class IRefineTrackingGeoTool: virtual public IAlgTool,
16 public Acts::TrackingGeometryMutableVisitor {
17 public:
21 virtual ~IRefineTrackingGeoTool() = default;
22 };
23}
24
25#endif
Interface to pass mutable TrackingGeometry visitors to the built tracking geometry before the geometr...
DeclareInterfaceID(ActsTrk::IRefineTrackingGeoTool, 1, 0)
Declare the interface ID.
virtual ~IRefineTrackingGeoTool()=default
Default desstructor.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...