#include <MeasurementCalibrator2.h>
|
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 &)> |
|
using | hgtdPos = xAOD::MeasVector< 3 > |
|
using | hgtdCov = xAOD::MeasMatrix< 3 > |
|
using | HGTDCalibrator = Acts::Delegate< std::pair< hgtdPos, hgtdCov >(const Acts::GeometryContext &, const Acts::CalibrationContext &, const xAOD::HGTDCluster &, const Acts::BoundTrackParameters &)> |
|
Definition at line 101 of file MeasurementCalibrator2.h.
◆ HGTDCalibrator
◆ hgtdCov
◆ hgtdPos
◆ PixelCalibrator
◆ PixelCov
◆ PixelPos
◆ StripCalibrator
◆ StripCov
◆ StripPos
◆ MeasurementCalibrator2()
Definition at line 133 of file MeasurementCalibrator2.h.
137 bool calibrate_after_measurement_selection =
true;
139 calibrate_after_measurement_selection = pixelTool->calibrateAfterMeasurementSelection();
142 if (calibrate_after_measurement_selection) {
143 pixel_preCalibrator.template connect<&MeasurementCalibrator2::passthrough<2, xAOD::PixelCluster>>(
this);
145 strip_preCalibrator.template connect<&MeasurementCalibrator2::passthrough<1, xAOD::StripCluster>>(
this);
146 hgtd_preCalibrator.template connect<&MeasurementCalibrator2::passthrough<3, xAOD::HGTDCluster>>(
this);
◆ hgtdPostCalibrator()
◆ hgtdPreCalibrator()
◆ passthrough()
template<std::size_t Dim, typename Cluster >
std::pair<xAOD::MeasVector<Dim>, xAOD::MeasMatrix<Dim> > ActsTrk::MeasurementCalibrator2::passthrough |
( |
[[maybe_unused] ] const Acts::GeometryContext & |
gctx, |
|
|
[[maybe_unused] ] const Acts::CalibrationContext & |
cctx, |
|
|
const Cluster & |
cluster, |
|
|
const Acts::BoundTrackParameters & |
|
|
) |
| const |
|
inline |
◆ pixelPostCalibrator()
◆ pixelPreCalibrator()
◆ stripPostCalibrator()
◆ stripPreCalibrator()
◆ hgtd_postCalibrator
◆ hgtd_preCalibrator
◆ pixel_postCalibrator
◆ pixel_preCalibrator
◆ strip_postCalibrator
◆ strip_preCalibrator
The documentation for this struct was generated from the following file: