ATLAS Offline Software
Loading...
Searching...
No Matches
ExtrapolationTool.cxx File Reference
#include "ActsGeometry/ExtrapolationTool.h"
#include "GeoPrimitives/GeoPrimitivesToStringConverter.h"
#include "GaudiKernel/IInterface.h"
#include "ActsGeometryInterfaces/GeometryContext.h"
#include "ActsGeometry/ActsTrackingGeometrySvc.h"
#include "ActsGeometry/ActsTrackingGeometryTool.h"
#include "ActsInterop/Logger.h"
#include "Acts/Propagator/Navigator.hpp"
#include "Acts/Propagator/EigenStepper.hpp"
#include "Acts/Propagator/Propagator.hpp"
#include "Acts/Propagator/ActorList.hpp"
#include <Acts/Propagator/StraightLineStepper.hpp>
#include "Acts/Propagator/EigenStepperDefaultExtension.hpp"
#include "Acts/Utilities/Logger.hpp"
#include <boost/variant/variant.hpp>
#include <boost/variant/apply_visitor.hpp>
#include <boost/variant/static_visitor.hpp>
#include <iostream>
#include <memory>

Go to the source code of this file.

Classes

class  ActsExtrapolationDetail::VariantPropagator
class  VariantPropagator

Namespaces

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

Typedefs

using ActsExtrapolationDetail::VariantPropagatorBase = boost::variant<CurvedPropagator_t, StraightPropagator_t>