ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Deprecated
Member Acts::AnyGridConstView< T >::binCenter (const IGrid::AnyIndexType &indices) const
Use view.multiAxisAny().getBinCenterAny(indices) instead
Member Acts::AnyGridConstView< T >::lowerLeftBinEdge (const IGrid::AnyIndexType &indices) const
Use view.multiAxisAny().getLowerLeftBinEdgeAny(indices) instead
Member Acts::AnyGridConstView< T >::numLocalBins () const
Use view.multiAxisAny().getNBinsAny() instead
Member Acts::AnyGridConstView< T >::upperRightBinEdge (const IGrid::AnyIndexType &indices) const
Use view.multiAxisAny().getUpperRightBinEdgeAny(indices) instead
Member Acts::AnyGridView< T >::binCenter (const IGrid::AnyIndexType &indices) const
Use view.multiAxisAny().getBinCenterAny(indices) instead
Member Acts::AnyGridView< T >::lowerLeftBinEdge (const IGrid::AnyIndexType &indices) const
Use view.multiAxisAny().getLowerLeftBinEdgeAny(indices) instead
Member Acts::AnyGridView< T >::numLocalBins () const
Use view.multiAxisAny().getNBinsAny() instead
Member Acts::AnyGridView< T >::upperRightBinEdge (const IGrid::AnyIndexType &indices) const
Use view.multiAxisAny().getUpperRightBinEdgeAny(indices) instead
Member Acts::AtlasBetheHeitlerApprox
Use PolynomialBetheHeitlerApprox instead
Member Acts::BinnedSurfaceMaterial::materialSlab (const Vector3 &gp) const final
Use materialSlab(const Vector2&) with a prior Surface::globalToLocal() call instead.
Member Acts::BinUtility::BinUtility (const DirectedProtoAxis &dpAxis)
Use BinUtility(const IAxis&) with a directed axis instead
Member Acts::calculateUnbiasedParametersCovariance (track_state_proxy_t trackState)
Instantiating this template is very expensive in compiler memory (it expands the Eigen expression templates over all measurement dimensions) and it does so in every calling translation unit. Prefer the non-template overload taking a type-erased AnyConstTrackStateProxy, which is compiled once in the Acts core library:
Member Acts::estimateTrackParamsFromSeed (const Vector3 &sp0, const Vector3 &sp1, const Vector3 &sp2, const Vector3 &bField)
Use the version of estimateTrackParamsFromSeed with time information instead.
Member Acts::estimateTrackParamsFromSeed (space_point_range_t spRange, const Vector3 &bField)
The broadly templated versions of estimateTrackParamsFromSeed will be removed in the future.
Member Acts::estimateTrackParamsFromSeed (const GeometryContext &gctx, space_point_range_t spRange, const Surface &surface, const Vector3 &bField)
The broadly templated versions of estimateTrackParamsFromSeed will be removed in the future.
Member Acts::Grid< T, Axes >::axesTuple () const
Use grid.multiAxis().getAxesTuple() instead
Member Acts::Grid< T, Axes >::binCenter (const index_t &localBins) const
Use grid.multiAxis().getBinCenter(localBins) instead
Member Acts::Grid< T, Axes >::binWidth () const
Use grid.multiAxis().getBinWidth({}) instead
Member Acts::Grid< T, Axes >::closestPointsIndices (const Point &position) const
Use grid.multiAxis().getClosestPointsIndices(point) instead
Member Acts::Grid< T, Axes >::globalBinFromFromLowerLeftEdge (const Point &point) const
Use grid.multiAxis().getGlobalBinFromLowerLeftEdge(point) instead
Member Acts::Grid< T, Axes >::globalBinFromLocalBins (const index_t &localBins) const
Use grid.multiAxis().getGlobalBinFromLocalBins(localBins) instead
Member Acts::Grid< T, Axes >::globalBinFromPosition (const Point &point) const
Use grid.multiAxis().getGlobalBinFromPoint(point) instead
Member Acts::Grid< T, Axes >::isInside (const Point &position) const
Use grid.multiAxis().isInside(position) instead
Member Acts::Grid< T, Axes >::localBinsFromGlobalBin (std::size_t bin) const
Use grid.multiAxis().getLocalBinsFromGlobalBin(bin) instead
Member Acts::Grid< T, Axes >::localBinsFromLowerLeftEdge (const Point &point) const
Use grid.multiAxis().getLocalBinsFromLowerLeftEdge(point) instead
Member Acts::Grid< T, Axes >::localBinsFromPosition (const Point &point) const
Use grid.multiAxis().getLocalBinsFromPoint(point) instead
Member Acts::Grid< T, Axes >::lowerLeftBinEdge (const index_t &localBins) const
Use grid.multiAxis().getLowerLeftBinEdge(localBins) instead
Member Acts::Grid< T, Axes >::maxPosition () const
Use grid.multiAxis().getMaxPoint() instead
Member Acts::Grid< T, Axes >::minPosition () const
Use grid.multiAxis().getMinPoint() instead
Member Acts::Grid< T, Axes >::neighborHoodIndices (const index_t &localBins, std::size_t size=1u) const
Use grid.multiAxis().getNeighborHoodIndices(localBins, size) instead
Member Acts::Grid< T, Axes >::neighborHoodIndices (const index_t &localBins, std::array< std::pair< int, int >, DIM > &sizePerAxis) const
Use grid.multiAxis().getNeighborHoodIndices(localBins, sizePerAxis) instead
Member Acts::Grid< T, Axes >::numLocalBins () const
Use grid.multiAxis().getNBins() instead
Member Acts::Grid< T, Axes >::upperRightBinEdge (const index_t &localBins) const
Use grid.multiAxis().getUpperRightBinEdge(localBins) instead
Member Acts::GridSurfaceMaterialT< grid_t, material_accessor_t >::materialSlab (const Vector3 &gp) const final
Use materialSlab(const Vector2&) with a prior Surface::globalToLocal() call instead.
Member Acts::HomogeneousSurfaceMaterial::materialSlab (const Vector3 &gp) const final
Use materialSlab(const Vector2&) with a prior Surface::globalToLocal() call instead.
Member Acts::IGrid::binCenterAny (const AnyIndexType &indices) const
Use grid.multiAxisAny().getBinCenterAny(indices) instead
Member Acts::IGrid::lowerLeftBinEdgeAny (const AnyIndexType &indices) const
Use grid.multiAxisAny().getLowerLeftBinEdgeAny(indices) instead
Member Acts::IGrid::numLocalBinsAny () const
Use grid.multiAxisAny().getNBinsAny() instead
Member Acts::IGrid::upperRightBinEdgeAny (const AnyIndexType &indices) const
Use grid.multiAxisAny().getUpperRightBinEdgeAny(indices) instead
Member Acts::ISurfaceMaterial::materialSlab (const Vector3 &gp) const =0
Use materialSlab(const Vector2&) with a prior Surface::globalToLocal() call to convert the global position.
Member Acts::ISurfaceMaterial::materialSlab (const Vector3 &gp, Direction pDir, MaterialUpdateMode mode) const
Use materialSlab(const Vector2&, Direction, MaterialUpdateMode) with a prior Surface::globalToLocal() call to convert gp.
Member Acts::makeGrid (const ProtoAxis &a)
Use makeGrid(const IAxis&) instead
Member Acts::makeGrid (const ProtoAxis &a, const ProtoAxis &b)
Use makeGrid(const IAxis&, const IAxis&) instead
Member Acts::MergedMaterialMarker::materialSlab (const Vector3 &gp) const override
Use materialSlab(const Vector2&) with a prior Surface::globalToLocal() call instead.
Member Acts::NavigationPolicyFactory::add (Fn &&fn, Args &&... args) &&
Return a std::unique_ptr<INavigationPolicy> from the factory function instead. This also lets the function select the concrete policy type at runtime.
Member Acts::PolynomialBetheHeitlerApprox::PolynomialBetheHeitlerApprox (const Data &lowData, const Data &highData, bool lowTransform, bool highTransform, double lowLimit, double highLimit, bool clampToRange, double noChangeLimit, double singleGaussianLimit)
Use constructor taking std::vector<RangeData> instead
Member Acts::ProtoSurfaceMaterialT< BinningType >::materialSlab (const Vector3 &) const final
Use materialSlab(const Vector2&) with a prior Surface::globalToLocal() call instead.
Member Acts::SurfaceMaterialMapper::SurfaceMaterialMapper (const Config &cfg, StraightLinePropagator propagator, std::unique_ptr< const Logger > slogger=getDefaultLogger("SurfaceMaterialMapper", Logging::INFO))
Material mapping with propagation is deprecated. Use MaterialMapper instead.
Member Acts::TrackingGeometry::lowestTrackingVolume (const GeometryContext &gctx, const Vector3 &gp) const
Use resolveLowestTrackingVolume instead, which can resolve boundaries along a direction and reports failures instead of returning nullptr.
Member Acts::VolumeMaterialMapper::VolumeMaterialMapper (const Config &cfg, StraightLinePropagator propagator, std::unique_ptr< const Logger > slogger=getDefaultLogger("VolumeMaterialMapper", Logging::INFO))
Material mapping with propagation is deprecated. Use MaterialMapper instead.
Member ActsFatras::Barcode::asVector () const
Use asArray() instead to avoid a heap allocation.