ATLAS Offline Software
|
#include <IOnBoundStateCalibratorTool.h>
Public Types | |
using | PixelPos = xAOD::MeasVector< 2 > |
using | PixelCov = xAOD::MeasMatrix< 2 > |
using | PixelCalibrator = Acts::Delegate< std::pair< PixelPos, PixelCov >(const Acts::GeometryContext &, const Acts::CalibrationContext &, const xAOD::PixelCluster &, const Acts::BoundTrackParameters &)> |
using | StripPos = xAOD::MeasVector< 1 > |
using | StripCov = xAOD::MeasMatrix< 1 > |
using | StripCalibrator = Acts::Delegate< std::pair< StripPos, StripCov >(const Acts::GeometryContext &, const Acts::CalibrationContext &, const xAOD::StripCluster &, const Acts::BoundTrackParameters &)> |
Public Member Functions | |
DeclareInterfaceID (IOnBoundStateCalibratorTool, 1, 0) | |
virtual void | connectPixelCalibrator ([[maybe_unused]] PixelCalibrator &calibrator) const |
virtual void | connectStripCalibrator ([[maybe_unused]] StripCalibrator &calibrator) const |
virtual bool | calibrateAfterMeasurementSelection () const =0 |
Public Attributes | |
PixelCalibrator | pixelCalibrator |
StripCalibrator | stripCalibrator |
Definition at line 19 of file IOnBoundStateCalibratorTool.h.
using ActsTrk::IOnBoundStateCalibratorTool::PixelCalibrator = Acts::Delegate< std::pair<PixelPos, PixelCov>(const Acts::GeometryContext&, const Acts::CalibrationContext&, const xAOD::PixelCluster &, const Acts::BoundTrackParameters &)> |
Definition at line 26 of file IOnBoundStateCalibratorTool.h.
Definition at line 24 of file IOnBoundStateCalibratorTool.h.
Definition at line 23 of file IOnBoundStateCalibratorTool.h.
using ActsTrk::IOnBoundStateCalibratorTool::StripCalibrator = Acts::Delegate< std::pair<StripPos, StripCov>(const Acts::GeometryContext&, const Acts::CalibrationContext&, const xAOD::StripCluster &, const Acts::BoundTrackParameters &)> |
Definition at line 34 of file IOnBoundStateCalibratorTool.h.
Definition at line 33 of file IOnBoundStateCalibratorTool.h.
Definition at line 32 of file IOnBoundStateCalibratorTool.h.
|
pure virtual |
|
inlinevirtual |
Definition at line 41 of file IOnBoundStateCalibratorTool.h.
|
inlinevirtual |
Definition at line 42 of file IOnBoundStateCalibratorTool.h.
ActsTrk::IOnBoundStateCalibratorTool::DeclareInterfaceID | ( | IOnBoundStateCalibratorTool | , |
1 | , | ||
0 | |||
) |
PixelCalibrator ActsTrk::IOnBoundStateCalibratorTool::pixelCalibrator |
Definition at line 39 of file IOnBoundStateCalibratorTool.h.
StripCalibrator ActsTrk::IOnBoundStateCalibratorTool::stripCalibrator |
Definition at line 40 of file IOnBoundStateCalibratorTool.h.