![]() |
ATLAS Offline Software
|
#include <MeasurementSelector.h>
Public Types | |
| using | T_BoundState = MeasurementSelectorTraits<derived_t>::BoundState |
| using | abstract_measurement_range_t = MeasurementSelectorTraits<derived_t>::abstract_measurement_range_t |
| template<std::size_t DIM, typename measurement_t> | |
| using | PreCalibrator |
| template<std::size_t DIM, typename measurement_t> | |
| using | PostCalibrator |
| using | Base = MeasurementSelectorBase< NMeasMax, MeasurementSelectorTraits<derived_t>::s_dimMax, derived_t> |
| using | trajectory_t = typename Base::trajectory_t |
| using | TrackStateProxy = typename Base::TrackStateProxy |
| using | Config |
| using | traits |
Public Member Functions | |
| template<std::size_t DIM> | |
| ParameterMapping::type< DIM > | parameterMap (const Acts::GeometryContext &, const Acts::CalibrationContext &, const Acts::Surface &) |
| template<std::size_t DIM, typename measurement_t> | |
| const PostCalibrator< DIM, measurement_t > & | postCalibrator () const |
| the calibrator used after the measurement selection which does not have to be "connected" | |
| template<std::size_t DIM, typename measurement_t> | |
| const PreCalibrator< DIM, measurement_t > & | preCalibrator () const |
| std::tuple< const measurement_container_variant_t &, abstract_measurement_range_t > | containerAndRange (const Acts::Surface &surface) const |
| Get container and index range for measurements on the given surface. | |
| bool | expectMeasurements (const Acts::Surface &surface, const measurement_container_variant_t *container_variant_ptr, const abstract_measurement_range_t &abstract_range) const |
| Acts::Result< boost::container::small_vector< typename TrackStateProxy::IndexType, s_maxBranchesPerSurface > > | createTrackStates (const Acts::GeometryContext &geometryContext, const Acts::CalibrationContext &calibrationContext, const Acts::Surface &surface, const T_BoundState &boundState, typename TrackStateProxy::IndexType prevTip, std::vector< TrackStateProxy > &trackStateCandidates, trajectory_t &trajectory, const Acts::Logger &logger) const |
| std::tuple< std::size_t, std::pair< float, float > > | getCuts (const Acts::Surface &surface, const T_BoundState &boundState, const Acts::Logger &logger) const |
Static Public Member Functions | |
| static const MeasurementSelectorTraits< derived_t >::BoundTrackParameters & | boundParams (const T_BoundState &boundState) |
| static const MeasurementSelectorTraits< derived_t >::BoundMatrix & | boundJacobiMatrix (const T_BoundState &boundState) |
| static double | pathLength (const T_BoundState &boundState) |
| template<typename T_Value> | |
| static Acts::SourceLink | makeSourceLink (T_Value &&value) |
| template<typename T> | |
| static const auto & | forwardToCalibrator (const T &a) |
| template<typename measurement_container_t> | |
| static auto | rangeForContainer (const measurement_container_t &concrete_container, const abstract_measurement_range_t &abstract_range) |
| Create a range over elements of the given container from an abstract range. | |
| static constexpr std::size_t | dimMax () |
Public Attributes | |
| Config | m_config |
Static Public Attributes | |
| static constexpr std::size_t | s_maxBranchesPerSurface = Base::s_maxBranchesPerSurface |
Protected Member Functions | |
| const derived_t & | derived () const |
| Acts::Result< boost::container::small_vector< typename TrackStateProxy::IndexType, s_maxBranchesPerSurface > > | selectMeasurementsCreateTrackStates (const Acts::GeometryContext &geometryContext, const Acts::CalibrationContext &calibrationContext, const Acts::Surface &surface, const T_BoundState &boundState, T_MeasurementRange &&measurement_range, std::size_t prevTip, trajectory_t &trajectory, const Acts::Logger &logger, const std::size_t numMeasurementsCut, const std::pair< float, float > &maxChi2Cut, bool forced) const |
Static Protected Member Functions | |
| static void | createStates (std::size_t n_new_states, const T_BoundState &boundState, std::size_t prevTip, trajectory_t &trajectory, const Acts::BoundSubspaceIndices &subspaceIndices, boost::container::small_vector< typename TrackStateProxy::IndexType, s_maxBranchesPerSurface > &track_states, const Acts::Logger &logger, bool outlier_states) |
| static std::size_t | getEtaBin (const parameters_t &boundParameters, const std::vector< float > &etaBins) |
Definition at line 793 of file MeasurementSelector.h.
| using MeasurementSelectorBaseImpl< NMeasMax, derived_t, measurement_container_variant_t >::abstract_measurement_range_t = MeasurementSelectorTraits<derived_t>::abstract_measurement_range_t |
Definition at line 795 of file MeasurementSelector.h.
|
inherited |
Definition at line 716 of file MeasurementSelector.h.
|
inherited |
Definition at line 318 of file MeasurementSelector.h.
| using MeasurementSelectorBaseImpl< NMeasMax, derived_t, measurement_container_variant_t >::PostCalibrator |
Definition at line 856 of file MeasurementSelector.h.
| using MeasurementSelectorBaseImpl< NMeasMax, derived_t, measurement_container_variant_t >::PreCalibrator |
Definition at line 845 of file MeasurementSelector.h.
| using MeasurementSelectorBaseImpl< NMeasMax, derived_t, measurement_container_variant_t >::T_BoundState = MeasurementSelectorTraits<derived_t>::BoundState |
Definition at line 794 of file MeasurementSelector.h.
|
inherited |
Definition at line 719 of file MeasurementSelector.h.
|
inherited |
Definition at line 319 of file MeasurementSelector.h.
|
inherited |
Definition at line 718 of file MeasurementSelector.h.
|
inlinestatic |
Definition at line 803 of file MeasurementSelector.h.
|
inlinestatic |
Definition at line 798 of file MeasurementSelector.h.
| std::tuple< const measurement_container_variant_t &, abstract_measurement_range_t > MeasurementSelectorBaseImpl< NMeasMax, derived_t, measurement_container_variant_t >::containerAndRange | ( | const Acts::Surface & | surface | ) | const |
Get container and index range for measurements on the given surface.
|
inlinestaticprotectedinherited |
Definition at line 355 of file MeasurementSelector.h.
|
inlineinherited |
Definition at line 728 of file MeasurementSelector.h.
|
inlineprotectedinherited |
Definition at line 329 of file MeasurementSelector.h.
|
inlinestaticconstexprinherited |
Definition at line 723 of file MeasurementSelector.h.
| bool MeasurementSelectorBaseImpl< NMeasMax, derived_t, measurement_container_variant_t >::expectMeasurements | ( | const Acts::Surface & | surface, |
| const measurement_container_variant_t * | container_variant_ptr, | ||
| const abstract_measurement_range_t & | abstract_range ) const |
| surface | a surface |
| container_variant_ptr | abstract measurement container as returned by containerAndRange |
| abstract_range | the range as returned by containerAndRange for the given surface |
|
inlinestatic |
Definition at line 821 of file MeasurementSelector.h.
|
inlineinherited |
Definition at line 667 of file MeasurementSelector.h.
|
inlinestaticprotectedinherited |
Definition at line 648 of file MeasurementSelector.h.
|
inlinestatic |
Definition at line 813 of file MeasurementSelector.h.
|
inline |
Definition at line 837 of file MeasurementSelector.h.
|
inlinestatic |
Definition at line 807 of file MeasurementSelector.h.
| const PostCalibrator< DIM, measurement_t > & MeasurementSelectorBaseImpl< NMeasMax, derived_t, measurement_container_variant_t >::postCalibrator | ( | ) | const |
the calibrator used after the measurement selection which does not have to be "connected"
| const PreCalibrator< DIM, measurement_t > & MeasurementSelectorBaseImpl< NMeasMax, derived_t, measurement_container_variant_t >::preCalibrator | ( | ) | const |
|
static |
Create a range over elements of the given container from an abstract range.
| measurement_container_t | a concrete container type which is one of one of the possible types of measurement_container_variant_t |
| abstract_range | the range as returned by containerAndRange |
|
inlineprotectedinherited |
Definition at line 440 of file MeasurementSelector.h.
|
inherited |
Definition at line 321 of file MeasurementSelector.h.
|
staticconstexprinherited |
Definition at line 720 of file MeasurementSelector.h.