![]() |
ATLAS Offline Software
|
Base class of a InDet calibrator object. More...
#include <IOnBoundStateCalibratorTool.h>
Public Types | |
| using | ClusterType = cluster_t |
| using | Pos = xAOD::MeasVector<DIM> |
| using | Cov = xAOD::MeasMatrix<DIM> |
| using | Calibrator |
Public Member Functions | |
| virtual void | connectCalibrator (Calibrator &calibrator) const =0 |
| Connect this calibrator to the provided delegate. | |
Static Public Attributes | |
| static constexpr std::size_t | ClusterDIM = DIM |
Base class of a InDet calibrator object.
the calibrator will be used to produce the calibrated position and uncertainty of a cluster
Definition at line 29 of file IOnBoundStateCalibratorTool.h.
| using ActsTrk::OnBoundStateCalibratorBase< cluster_t, DIM >::Calibrator |
Definition at line 35 of file IOnBoundStateCalibratorTool.h.
| using ActsTrk::OnBoundStateCalibratorBase< cluster_t, DIM >::ClusterType = cluster_t |
Definition at line 31 of file IOnBoundStateCalibratorTool.h.
| using ActsTrk::OnBoundStateCalibratorBase< cluster_t, DIM >::Cov = xAOD::MeasMatrix<DIM> |
Definition at line 34 of file IOnBoundStateCalibratorTool.h.
| using ActsTrk::OnBoundStateCalibratorBase< cluster_t, DIM >::Pos = xAOD::MeasVector<DIM> |
Definition at line 33 of file IOnBoundStateCalibratorTool.h.
|
pure virtual |
Connect this calibrator to the provided delegate.
Implemented in ActsTrk::detail::AnalogueClusteringCalibrator< calib_data_t, traj_t >.
|
staticconstexpr |
Definition at line 32 of file IOnBoundStateCalibratorTool.h.