#include <MeasurementCalibratorBase.h>
|
| MeasurementCalibratorBase ()=default |
|
template<typename state_t > |
void | setProjector (xAOD::UncalibMeasType measType, Acts::SurfaceBounds::BoundsType boundType, state_t &trackState) const |
|
template<std::size_t Dim, typename pos_t , typename cov_t , typename state_t > |
void | setState (xAOD::UncalibMeasType measType, const pos_t &locpos, const cov_t &cov, Acts::SurfaceBounds::BoundsType boundType, state_t &trackState) const |
|
template<class measurement_t , typename trajectory_t > |
void | setStateFromMeasurement (const measurement_t &measurement, Acts::SurfaceBounds::BoundsType bound_type, typename Acts::MultiTrajectory< trajectory_t >::TrackStateProxy &trackState) const |
|
Definition at line 19 of file MeasurementCalibratorBase.h.
◆ MeasurementCalibratorBase()
ActsTrk::detail::MeasurementCalibratorBase::MeasurementCalibratorBase |
( |
| ) |
|
|
default |
◆ setProjector()
template<typename state_t >
void ActsTrk::detail::MeasurementCalibratorBase::setProjector |
( |
xAOD::UncalibMeasType |
measType, |
|
|
Acts::SurfaceBounds::BoundsType |
boundType, |
|
|
state_t & |
trackState |
|
) |
| const |
|
inline |
◆ setState()
template<std::size_t Dim, typename pos_t , typename cov_t , typename state_t >
void ActsTrk::detail::MeasurementCalibratorBase::setState |
( |
xAOD::UncalibMeasType |
measType, |
|
|
const pos_t & |
locpos, |
|
|
const cov_t & |
cov, |
|
|
Acts::SurfaceBounds::BoundsType |
boundType, |
|
|
state_t & |
trackState |
|
) |
| const |
|
inline |
◆ setStateFromMeasurement()
template<class measurement_t , typename trajectory_t >
void ActsTrk::detail::MeasurementCalibratorBase::setStateFromMeasurement |
( |
const measurement_t & |
measurement, |
|
|
Acts::SurfaceBounds::BoundsType |
bound_type, |
|
|
typename Acts::MultiTrajectory< trajectory_t >::TrackStateProxy & |
trackState |
|
) |
| const |
|
inline |
◆ s_hgtdSubspaceIndices
constexpr static Acts::BoundSubspaceIndices ActsTrk::detail::MeasurementCalibratorBase::s_hgtdSubspaceIndices |
|
staticconstexprprotected |
◆ s_pixelSubspaceIndices
constexpr static Acts::BoundSubspaceIndices ActsTrk::detail::MeasurementCalibratorBase::s_pixelSubspaceIndices |
|
staticconstexprprotected |
◆ s_stripSubspaceIndices
constexpr static std::array<Acts::BoundSubspaceIndices, 2> ActsTrk::detail::MeasurementCalibratorBase::s_stripSubspaceIndices |
|
staticconstexprprotected |
Initial value:= {
Acts::BoundSubspaceIndices{Acts::eBoundLoc0},
Acts::BoundSubspaceIndices{Acts::eBoundLoc1}
}
Definition at line 44 of file MeasurementCalibratorBase.h.
The documentation for this class was generated from the following file: