#include <TrkMeasurementCalibrator.h>
|
| TrkMeasurementCalibrator (const ActsTrk::IActsToTrkConverterTool &converter_tool) |
|
template<typename trajectory_t > |
void | calibrate ([[maybe_unused]] const Acts::GeometryContext &gctx, [[maybe_unused]] const Acts::CalibrationContext &cctx, const Acts::SourceLink &sl, typename Acts::MultiTrajectory< trajectory_t >::TrackStateProxy trackState) const |
|
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 20 of file TrkMeasurementCalibrator.h.
◆ TrkMeasurementCalibrator()
◆ calibrate()
template<typename trajectory_t >
void ActsTrk::detail::TrkMeasurementCalibrator::calibrate |
( |
[[maybe_unused] ] const Acts::GeometryContext & |
gctx, |
|
|
[[maybe_unused] ] const Acts::CalibrationContext & |
cctx, |
|
|
const Acts::SourceLink & |
sl, |
|
|
typename Acts::MultiTrajectory< trajectory_t >::TrackStateProxy |
trackState |
|
) |
| const |
◆ setProjector()
template<typename state_t >
void ActsTrk::detail::MeasurementCalibratorBase::setProjector |
( |
xAOD::UncalibMeasType |
measType, |
|
|
Acts::SurfaceBounds::BoundsType |
boundType, |
|
|
state_t & |
trackState |
|
) |
| const |
|
inlineinherited |
◆ 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 |
|
inlineinherited |
◆ 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 |
|
inlineinherited |
◆ m_converterTool
◆ s_hgtdSubspaceIndices
constexpr static Acts::BoundSubspaceIndices ActsTrk::detail::MeasurementCalibratorBase::s_hgtdSubspaceIndices |
|
staticconstexprprotectedinherited |
◆ s_pixelSubspaceIndices
constexpr static Acts::BoundSubspaceIndices ActsTrk::detail::MeasurementCalibratorBase::s_pixelSubspaceIndices |
|
staticconstexprprotectedinherited |
◆ s_stripSubspaceIndices
constexpr static std::array<Acts::BoundSubspaceIndices, 2> ActsTrk::detail::MeasurementCalibratorBase::s_stripSubspaceIndices |
|
staticconstexprprotectedinherited |
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 files: