ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::ITkAnalogueClusteringTool Class Reference

#include <ITkAnalogueClusteringTool.h>

Inheritance diagram for ActsTrk::ITkAnalogueClusteringTool:
Collaboration diagram for ActsTrk::ITkAnalogueClusteringTool:

Public Types

using calib_data_t = ITk::PixelOfflineCalibData
using traj_t = detail::RecoTrackStateContainer
using BASE
using base_class

Public Member Functions

virtual StatusCode initialize () override
 initializes this base class (must be called by the derived class)
virtual std::unique_ptr< PixelOnBoundStateCalibratorBasecreate (const EventContext &ctx) const override
 convenience class to create an OnBoundState calibrator from an OnTrack calibrator.
virtual std::unique_ptr< PixelOnTrackCalibratorBase< detail::RecoTrackStateContainer > > createOnTrackCalibrator (const EventContext &ctx) const override
virtual bool calibrateAfterMeasurementSelection () const override
 test whether the calibration should be applied after measurement selection (faster)

Protected Member Functions

const AnalogueClusteringCalibrator< ITk::PixelOfflineCalibData, detail::RecoTrackStateContainer >::error_data_t * getErrorData (const EventContext &ctx) const
AnalogueClusteringCalibratorOptions< ITk::PixelOfflineCalibDatacreateOptions (const EventContext &ctx) const
PixelClusterCalibratorOptionsBase createBaseOptions (const EventContext &) const
 create options needed by the calibrator base class.

Protected Attributes

SG::ReadCondHandleKey< ITk::PixelOfflineCalibDatam_clusterErrorKey
Gaudi::Property< bool > m_correctCovariance
Gaudi::Property< double > m_calibratedCovarianceLowerBound
Gaudi::Property< int > m_errorStrategy
ToolHandle< ISiLorentzAngleToolm_lorentzAngleTool
Gaudi::Property< bool > m_postCalibration
const PixelIDm_pixelID

Detailed Description

Definition at line 13 of file ITkAnalogueClusteringTool.h.

Member Typedef Documentation

◆ BASE

◆ base_class

◆ calib_data_t

◆ traj_t

Member Function Documentation

◆ calibrateAfterMeasurementSelection()

test whether the calibration should be applied after measurement selection (faster)

◆ create()

virtual std::unique_ptr< PixelOnBoundStateCalibratorBase > ActsTrk::detail::AnalogueClusteringToolImpl< ITk::PixelOfflineCalibData, detail::RecoTrackStateContainer >::create ( const EventContext & ctx) const
inlineoverridevirtualinherited

convenience class to create an OnBoundState calibrator from an OnTrack calibrator.

Reimplemented from ActsTrk::detail::PixelClusterCalibrationToolBase< detail::RecoTrackStateContainer >.

Reimplemented in ActsTrk::detail::NNClusterCalibratorToolImpl< ITk::PixelOfflineCalibData, detail::RecoTrackStateContainer >.

Definition at line 95 of file AnalogueClusteringToolImpl.h.

95 {
97 }
the tool to create the analogue clustering calibrator.
virtual std::unique_ptr< PixelOnTrackCalibratorBase< detail::RecoTrackStateContainer > > createOnTrackCalibrator(const EventContext &ctx) const override

◆ createBaseOptions()

PixelClusterCalibratorOptionsBase ActsTrk::detail::PixelClusterCalibrationToolBase< detail::RecoTrackStateContainer >::createBaseOptions ( const EventContext & ) const
inlineprotectedinherited

create options needed by the calibrator base class.

Definition at line 153 of file PixelClusterCalibrationToolBase.h.

153 {
155 .m_lorentzAngleTool=&(*m_lorentzAngleTool),
156 .m_pixelID=m_pixelID,
157 };
158 }
base class of a Pixel cluster calibration tool In addition to some common functionality provied by Pi...

◆ createOnTrackCalibrator()

◆ createOptions()

AnalogueClusteringCalibratorOptions< ITk::PixelOfflineCalibData > ActsTrk::detail::AnalogueClusteringToolImpl< ITk::PixelOfflineCalibData, detail::RecoTrackStateContainer >::createOptions ( const EventContext & ctx) const
inlineprotectedinherited

Definition at line 107 of file AnalogueClusteringToolImpl.h.

107 {
108 // @TODO cannot use designators because there is a method which creates the options for the base class
110 .m_errorData=getErrorData(ctx),
114 return options;
115 }
const AnalogueClusteringCalibrator< ITk::PixelOfflineCalibData, detail::RecoTrackStateContainer >::error_data_t * getErrorData(const EventContext &ctx) const

◆ getErrorData()

const AnalogueClusteringCalibrator< ITk::PixelOfflineCalibData, detail::RecoTrackStateContainer >::error_data_t * ActsTrk::detail::AnalogueClusteringToolImpl< ITk::PixelOfflineCalibData, detail::RecoTrackStateContainer >::getErrorData ( const EventContext & ctx) const
protectedinherited

◆ initialize()

Member Data Documentation

◆ m_calibratedCovarianceLowerBound

Gaudi::Property<double> ActsTrk::detail::AnalogueClusteringToolImpl< ITk::PixelOfflineCalibData, detail::RecoTrackStateContainer >::m_calibratedCovarianceLowerBound
protectedinherited

Definition at line 123 of file AnalogueClusteringToolImpl.h.

123{this, "CalibratedCovarianceLowerBound", 0.};

◆ m_clusterErrorKey

Definition at line 117 of file AnalogueClusteringToolImpl.h.

117 {this, "PixelOfflineCalibData", "ITkPixelOfflineCalibData",
118 "Calibration data for pixel clusters"
119 };

◆ m_correctCovariance

Gaudi::Property<bool> ActsTrk::detail::AnalogueClusteringToolImpl< ITk::PixelOfflineCalibData, detail::RecoTrackStateContainer >::m_correctCovariance
protectedinherited

Definition at line 122 of file AnalogueClusteringToolImpl.h.

122{this, "PerformCovarianceCalibration", true};

◆ m_errorStrategy

Definition at line 125 of file AnalogueClusteringToolImpl.h.

125{this, "errorStrategy", 1, "Which error strategy to use for clusters on track: 0 - calibrated, 1 - cluster pitch, to be used only if broadClusters is used during clustering"};

◆ m_lorentzAngleTool

Definition at line 161 of file PixelClusterCalibrationToolBase.h.

161 {this, "PixelLorentzAngleTool", "",
162 "Tool to retreive Lorentz angle"
163 };

◆ m_pixelID

Definition at line 167 of file PixelClusterCalibrationToolBase.h.

167{}; // The helper object to interpret identifiers

◆ m_postCalibration

Definition at line 165 of file PixelClusterCalibrationToolBase.h.

165{this, "CalibrateAfterMeasurementSelection", true};

The documentation for this class was generated from the following file: