ATLAS Offline Software
|
#include "TRT_ReadoutGeometry/TRT_BaseElement.h"
#include "Acts/TrackFitting/GainMatrixSmoother.hpp"
#include "Acts/TrackFitting/GainMatrixUpdater.hpp"
#include "Acts/TrackFitting/MbfSmoother.hpp"
#include "ActsGeometry/ATLASSourceLink.h"
#include "ActsGeometry/ActsDetectorElement.h"
Go to the source code of this file.
Classes | |
struct | ActsTrk::detail::FitterHelperFunctions::ATLASOutlierFinder |
Outlier finder using a Chi2 cut. More... | |
struct | ActsTrk::detail::FitterHelperFunctions::ReverseFilteringLogic |
Determine if the smoothing of a track should be done with or without reverse filtering. More... | |
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.). | |
ActsTrk::detail | |
ActsTrk::detail::FitterHelperFunctions | |
Functions | |
template<typename trajectory_t > | |
Acts::Result< void > | ActsTrk::detail::FitterHelperFunctions::gainMatrixUpdate (const Acts::GeometryContext &gctx, typename trajectory_t::TrackStateProxy trackState, const Acts::Logger &logger) |
template<typename trajectory_t > | |
Acts::Result< void > | ActsTrk::detail::FitterHelperFunctions::gainMatrixSmoother (const Acts::GeometryContext &gctx, trajectory_t &trajectory, size_t entryIndex, const Acts::Logger &logger) |
template<typename trajectory_t > | |
Acts::Result< void > | ActsTrk::detail::FitterHelperFunctions::mbfSmoother (const Acts::GeometryContext &gctx, trajectory_t &trajectory, size_t entryIndex, const Acts::Logger &logger) |