ATLAS Offline Software
Loading...
Searching...
No Matches
Definitions.h File Reference
#include "Acts/EventData/VectorTrackContainer.hpp"
#include "Acts/EventData/TrackContainer.hpp"
#include "Acts/EventData/TrackProxy.hpp"
#include "Acts/Propagator/SympyStepper.hpp"
#include "Acts/Propagator/Navigator.hpp"
#include "Acts/Propagator/Propagator.hpp"
#include "Acts/TrackFinding/CombinatorialKalmanFilter.hpp"
#include "Acts/TrackFinding/TrackSelector.hpp"
Include dependency graph for Tracking/Acts/ActsTrackReconstruction/src/detail/Definitions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ActsTrk::detail::CKF_config

Namespaces

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.).
namespace  ActsTrk::detail
 Athena definition of the Eigen plugin.

Typedefs

using ActsTrk::detail::RecoTrackContainer
using ActsTrk::detail::RecoTrackContainerProxy = RecoTrackContainer::TrackProxy
using ActsTrk::detail::RecoTrackStateContainer = Acts::VectorMultiTrajectory
using ActsTrk::detail::RecoTrackStateContainerProxy = RecoTrackStateContainer::TrackStateProxy
using ActsTrk::detail::RecoConstTrackStateContainerProxy = RecoTrackStateContainer::ConstTrackStateProxy
using ActsTrk::detail::Stepper = Acts::SympyStepper
 Adapted from Acts Examples/Algorithms/TrackFinding/src/TrackFindingAlgorithmFunction.cpp.
using ActsTrk::detail::Navigator = Acts::Navigator
using ActsTrk::detail::Propagator = Acts::Propagator<Stepper, Navigator>
using ActsTrk::detail::CKF = Acts::CombinatorialKalmanFilter<Propagator, RecoTrackContainer>
using ActsTrk::detail::Extrapolator = Propagator