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

#include <TrackParamsEstimationTool.h>

Inheritance diagram for ActsTrk::TrackParamsEstimationTool:
Collaboration diagram for ActsTrk::TrackParamsEstimationTool:

Public Member Functions

 TrackParamsEstimationTool (const std::string &type, const std::string &name, const IInterface *parent)
virtual ~TrackParamsEstimationTool ()=default
virtual StatusCode initialize () override
virtual std::pair< std::optional< Acts::BoundTrackParameters >, EstimationStatus > estimateTrackParameters (const ActsTrk::Seed &seed, bool reverseSearch, const Acts::GeometryContext &geoContext, const Acts::MagneticFieldContext &magFieldContext, const Acts::CalibrationContext &calContext, std::function< const Acts::Surface &(const ActsTrk::Seed &seed, bool useTopSp)> retrieveSurface) const override
virtual std::pair< std::optional< Acts::BoundTrackParameters >, EstimationStatus > estimateTrackParameters (const ActsTrk::Seed &seed, bool reverseSearch, const Acts::GeometryContext &geoContext, const Acts::MagneticFieldContext &magFieldContext, const Acts::CalibrationContext &calContext, const Acts::Surface &surface, const Acts::Vector3 &bField) const override
SpacePointIndicesFun_t spacePointIndicesFun () const override
bool estimateFromTopSp (bool reverseSearch) const override

Private Types

using Stepper = Acts::SympyStepper
using Navigator = Acts::VoidNavigator
using Extrapolator = Acts::Propagator<Stepper>

Private Member Functions

std::optional< Acts::BoundTrackParameters > doRefit (const ActsTrk::Seed &measurement, const Acts::BoundTrackParameters &initialParameters, const Acts::GeometryContext &geometry, const Acts::MagneticFieldContext &magField, const Acts::CalibrationContext &calib, const bool paramsAtOutermostSurface) const
const Acts::Logger & logger () const
 Private access to the logger.

Private Attributes

ToolHandle< ActsTrk::IFitterToolm_fitterTool {this, "FitterTool", "", "Fitter Tool for Seeds"}
ServiceHandle< ActsTrk::ITrackingGeometrySvcm_trackingGeometrySvc {this, "TrackingGeometrySvc", "ActsTrackingGeometrySvc"}
Gaudi::Property< double > m_sigmaLoc0
Gaudi::Property< double > m_sigmaLoc1
Gaudi::Property< double > m_sigmaPhi
Gaudi::Property< double > m_sigmaTheta
Gaudi::Property< double > m_sigmaQOverP
Gaudi::Property< double > m_sigmaT0
Gaudi::Property< double > m_initialSigmaPtRel
Gaudi::Property< std::vector< double > > m_initialVarInflation
Gaudi::Property< int > m_useLongSeeds
Gaudi::Property< int > m_bFieldMode
Gaudi::Property< std::size_t > m_firstSp
Gaudi::Property< bool > m_allowPropagatorFailure
Gaudi::Property< std::size_t > m_stripCalibrationIterations
Gaudi::Property< bool > m_refitSeeds {this, "refitSeeds", false, "Run KalmanFitter on seeds"}
detail::xAODUncalibMeasSurfAcc m_uncalibMeasSurfAcc {}
std::optional< Extrapolatorm_extrapolator
std::unique_ptr< const Acts::Logger > m_logger
 logging instance
SpacePointIndicesFun_t m_spacePointIndicesFun {}

Detailed Description

Definition at line 23 of file TrackParamsEstimationTool.h.

Member Typedef Documentation

◆ Extrapolator

using ActsTrk::TrackParamsEstimationTool::Extrapolator = Acts::Propagator<Stepper>
private

Definition at line 105 of file TrackParamsEstimationTool.h.

◆ Navigator

using ActsTrk::TrackParamsEstimationTool::Navigator = Acts::VoidNavigator
private

Definition at line 104 of file TrackParamsEstimationTool.h.

◆ Stepper

using ActsTrk::TrackParamsEstimationTool::Stepper = Acts::SympyStepper
private

Definition at line 103 of file TrackParamsEstimationTool.h.

Constructor & Destructor Documentation

◆ TrackParamsEstimationTool()

ActsTrk::TrackParamsEstimationTool::TrackParamsEstimationTool ( const std::string & type,
const std::string & name,
const IInterface * parent )

Definition at line 86 of file TrackParamsEstimationTool.cxx.

89 : base_class(type, name, parent)
90 {}

◆ ~TrackParamsEstimationTool()

virtual ActsTrk::TrackParamsEstimationTool::~TrackParamsEstimationTool ( )
virtualdefault

Member Function Documentation

◆ doRefit()

std::optional< Acts::BoundTrackParameters > ActsTrk::TrackParamsEstimationTool::doRefit ( const ActsTrk::Seed & measurement,
const Acts::BoundTrackParameters & initialParameters,
const Acts::GeometryContext & geometry,
const Acts::MagneticFieldContext & magField,
const Acts::CalibrationContext & calib,
const bool paramsAtOutermostSurface ) const
private

Definition at line 290 of file TrackParamsEstimationTool.cxx.

296 {
297 // Perform KF before CKF
298 const Acts::Surface* targetSurface = nullptr;
299 // get the proper surface
300 if (not paramsAtOutermostSurface) {
301 // inner-most surface
302 targetSurface = m_uncalibMeasSurfAcc.get(measurement.sp().front()->measurements().front());
303 } else {
304 // outer-most surface
305 targetSurface = m_uncalibMeasSurfAcc.get(measurement.sp().back()->measurements().back());
306 }
307 if (not targetSurface) {
308 ATH_MSG_WARNING("Could not identify the target surface for fitting the provided seed");
309 return std::nullopt;
310 }
311 const auto fittedSeedCollection = m_fitterTool->fit(measurement, initialParameters,
312 geometry, magField, calib,
313 *targetSurface);
314 if (not fittedSeedCollection) {
315 ATH_MSG_VERBOSE("KF fit failure");
316 return std::nullopt;
317 }
318 if (fittedSeedCollection->size() != 1) {
319 ATH_MSG_WARNING("KF produced " << fittedSeedCollection->size() << " tracks but should produce 1!");
320 return std::nullopt;
321 }
322 const auto fittedSeed = fittedSeedCollection->getTrack(0);
323
324 // get the track state at the beginning of the track, where we started
325 std::optional<typename decltype(fittedSeed)::ConstTrackStateProxy> trackState {std::nullopt};
326 if (paramsAtOutermostSurface) {
327 trackState = fittedSeed.outermostTrackState();
328 } else {
329 trackState = fittedSeed.innermostTrackState();
330 if (!trackState) {
331 // if the track is not forward linked (fixed by #5666), then we need to search back to the innermost track state
332 for (auto st : fittedSeed.trackStatesReversed()) {
333 trackState = st;
334 }
335 }
336 }
337
338 if (!trackState) {
339 ATH_MSG_VERBOSE("Missing "
340 << (paramsAtOutermostSurface ? "outermost" : "innermost")
341 << " track state");
342 return std::nullopt;
343 }
344
345 // Return updated parameters
346 return fittedSeed.createParametersFromState(trackState.value());
347 };
#define ATH_MSG_VERBOSE(x)
#define ATH_MSG_WARNING(x)
ToolHandle< ActsTrk::IFitterTool > m_fitterTool
detail::xAODUncalibMeasSurfAcc m_uncalibMeasSurfAcc
SpacePointRange sp() const noexcept

◆ estimateFromTopSp()

bool ActsTrk::TrackParamsEstimationTool::estimateFromTopSp ( bool reverseSearch) const
inlineoverride

Definition at line 56 of file TrackParamsEstimationTool.h.

56{ return reverseSearch && !m_refitSeeds; }

◆ estimateTrackParameters() [1/2]

std::pair< std::optional< Acts::BoundTrackParameters >, TrackParamsEstimationTool::EstimationStatus > ActsTrk::TrackParamsEstimationTool::estimateTrackParameters ( const ActsTrk::Seed & seed,
bool reverseSearch,
const Acts::GeometryContext & geoContext,
const Acts::MagneticFieldContext & magFieldContext,
const Acts::CalibrationContext & calContext,
const Acts::Surface & surface,
const Acts::Vector3 & bField ) const
overridevirtual

Definition at line 164 of file TrackParamsEstimationTool.cxx.

172 {
173 bool useTopSp = estimateFromTopSp(reverseSearch);
174
175 // Get SPs
176 const auto& sp_collection = seed.sp();
177 const std::size_t nSp = sp_collection.size();
178 if (nSp < 3) return {std::nullopt, kNoSeedRefit};
179
180 // Function to extract the values from sp_collection
181 const auto sp_collection_extract = std::views::transform([&sp_collection, useTopSp](std::size_t i) {
182 return sp_collection.at(useTopSp ? sp_collection.size() - i - 1 : i);
183 });
184
185 // Compute free parameters
186 Acts::FreeVector freeParams = estimateTrackParamsFromSeed(m_spacePointIndicesFun(nSp) | sp_collection_extract, bField, m_stripCalibrationIterations);
187
188 if (m_useLongSeeds == 1 && nSp > 3ul) {
189 const auto spacePointIndicesFun2 = [](std::size_t nSp) -> std::array<std::size_t, 3> {
190 return {0, nSp / 2ul, nSp - 1};
191 };
192 const Acts::FreeVector freeParams2 = estimateTrackParamsFromSeed(spacePointIndicesFun2(nSp) | sp_collection_extract, bField, m_stripCalibrationIterations);
193 ATH_MSG_DEBUG("update seed p = " << 1.0 / freeParams[Acts::eFreeQOverP] << " to " << 1.0 / freeParams2[Acts::eFreeQOverP]);
194 freeParams[Acts::eFreeQOverP] = freeParams2[Acts::eFreeQOverP];
195 }
196
197 if (useTopSp) {
198 // reverse direction so momentum vector pointing outwards
199 freeParams = Acts::reflectFreeParameters(freeParams);
200 }
201
202 // Convert free params to curvilinear params for extrapolation
203 Acts::BoundTrackParameters curvilinearParams = Acts::BoundTrackParameters::createCurvilinear(
204 freeParams.segment<4>(Acts::eFreePos0),
205 freeParams.segment<3>(Acts::eFreeDir0),
206 freeParams[Acts::eFreeQOverP],
207 std::nullopt,
208 Acts::ParticleHypothesis::pion());
209
210 // Extrapolate to surface
211 Acts::PropagatorPlainOptions propOptions(geoContext, magFieldContext);
212 propOptions.direction = Acts::Direction::fromScalarZeroAsPositive(
213 surface.intersect(
214 geoContext,
215 freeParams.segment<3>(Acts::eFreePos0),
216 freeParams.segment<3>(Acts::eFreeDir0)
217 ).closest().pathLength());
218
219 std::optional<Acts::BoundTrackParameters> boundParams;
220 auto boundParamsResult =
221 m_extrapolator->propagateToSurface(curvilinearParams, surface, propOptions);
222
223 if (!boundParamsResult.ok()) {
224 ATH_MSG_DEBUG("Extrapolation from " << seed.sp().size() << "-SP seed (" << (useTopSp ? "top" : "bottom") << " start) failed - "
225 << (m_allowPropagatorFailure ? "use curvilinear parameters" : "skip seed"));
227 // Fallback: use curvilinear parameters instead of failing
228 boundParams = curvilinearParams;
229 } else {
230 return {std::nullopt, kNoSeedRefit};
231 }
232 } else {
233 boundParams = *boundParamsResult;
234 }
235
236 // Estimate covariance
237 Acts::EstimateTrackParamCovarianceConfig covarianceEstimationConfig = {
239 .initialSigmaPtRel = m_initialSigmaPtRel,
240 .initialVarInflation = Eigen::Map<const Acts::BoundVector>(m_initialVarInflation.value().data()),
241 .noTimeVarInflation = 1.0,
242 };
243 boundParams->covariance() = Acts::estimateTrackParamCovariance(
244 covarianceEstimationConfig,
245 boundParams->parameters(),
246 false);
247
248 if (!m_refitSeeds) {
249 ATH_MSG_DEBUG("estimateTrackParams from " << seed.sp().size() << "-SP seed (" << (useTopSp ? "top" : "bottom") << " start) succeeded");
250 return {boundParams, kNoSeedRefit};
251 }
252
253 auto refitResult = doRefit(seed, *boundParams, geoContext, magFieldContext, calContext, reverseSearch);
254 ATH_MSG_DEBUG("Refit " << seed.sp().size() << "-SP seed (" << (reverseSearch ? "top" : "bottom") << " start) " << (refitResult ? "succeeded" : "failed"));
255 if (refitResult) {
256 return {refitResult, kSeedRefitSuccess};
257 } else {
258 return {boundParams, kSeedRefitFailed};
259 }
260
261 }
#define ATH_MSG_DEBUG(x)
bool estimateFromTopSp(bool reverseSearch) const override
std::optional< Acts::BoundTrackParameters > doRefit(const ActsTrk::Seed &measurement, const Acts::BoundTrackParameters &initialParameters, const Acts::GeometryContext &geometry, const Acts::MagneticFieldContext &magField, const Acts::CalibrationContext &calib, const bool paramsAtOutermostSurface) const
Gaudi::Property< std::vector< double > > m_initialVarInflation
std::optional< Extrapolator > m_extrapolator
Gaudi::Property< std::size_t > m_stripCalibrationIterations

◆ estimateTrackParameters() [2/2]

std::pair< std::optional< Acts::BoundTrackParameters >, TrackParamsEstimationTool::EstimationStatus > ActsTrk::TrackParamsEstimationTool::estimateTrackParameters ( const ActsTrk::Seed & seed,
bool reverseSearch,
const Acts::GeometryContext & geoContext,
const Acts::MagneticFieldContext & magFieldContext,
const Acts::CalibrationContext & calContext,
std::function< const Acts::Surface &(const ActsTrk::Seed &seed, bool useTopSp)> retrieveSurface ) const
overridevirtual

Definition at line 126 of file TrackParamsEstimationTool.cxx.

133 {
134 bool useTopSp = estimateFromTopSp(reverseSearch);
135
136 const auto& sp_collection = seed.sp();
137 if ( sp_collection.size() < 3 ) return {std::nullopt, kNoSeedRefit};
138 const xAOD::SpacePoint* bottom_sp = (useTopSp && m_bFieldMode != 2) ? sp_collection.back() : sp_collection.front();
139
140 // Magnetic Field
141 ATLASMagneticFieldWrapper magneticField;
142 Acts::MagneticFieldProvider::Cache magFieldCache = magneticField.makeCache( magFieldContext );
143 Acts::Vector3 bField = *magneticField.getField( Acts::Vector3(bottom_sp->x(), bottom_sp->y(), bottom_sp->z()),
144 magFieldCache );
145 if (m_bFieldMode == 1) {
146 bField[0] = 0.0;
147 bField[1] = 0.0;
148 }
149
150 // Get the surface
151 const Acts::Surface& surface = retrieveSurface(seed, useTopSp);
152
154 seed,
155 reverseSearch,
156 geoContext,
157 magFieldContext,
158 calContext,
159 surface,
160 bField);
161 }
Acts::Result< Acts::Vector3 > getField(const Acts::Vector3 &position, Acts::MagneticFieldProvider::Cache &gcache) const override
MagneticFieldProvider::Cache makeCache(const Acts::MagneticFieldContext &mctx) const override
virtual std::pair< std::optional< Acts::BoundTrackParameters >, EstimationStatus > estimateTrackParameters(const ActsTrk::Seed &seed, bool reverseSearch, const Acts::GeometryContext &geoContext, const Acts::MagneticFieldContext &magFieldContext, const Acts::CalibrationContext &calContext, std::function< const Acts::Surface &(const ActsTrk::Seed &seed, bool useTopSp)> retrieveSurface) const override
float z() const
float y() const
float x() const

◆ initialize()

StatusCode ActsTrk::TrackParamsEstimationTool::initialize ( )
overridevirtual

Definition at line 92 of file TrackParamsEstimationTool.cxx.

93 {
94 ATH_MSG_INFO( "Initializing " << name() << "..." );
95
96 ATH_MSG_DEBUG( "Properties Summary:" );
97 ATH_MSG_DEBUG( " " << m_sigmaLoc0 );
98 ATH_MSG_DEBUG( " " << m_sigmaLoc1 );
99 ATH_MSG_DEBUG( " " << m_sigmaPhi );
100 ATH_MSG_DEBUG( " " << m_sigmaTheta );
102 ATH_MSG_DEBUG( " " << m_sigmaT0 );
104 ATH_MSG_DEBUG( " " << m_bFieldMode );
105 ATH_MSG_DEBUG( " " << m_firstSp );
107 ATH_MSG_DEBUG( " " << m_refitSeeds );
108
109 ATH_CHECK(m_fitterTool.retrieve(EnableTool{m_refitSeeds}));
110
111 m_logger = makeActsAthenaLogger(this, "Acts");
112
113 m_extrapolator = Extrapolator(Stepper(std::make_shared<ATLASMagneticFieldWrapper>()), Navigator(), logger().cloneWithSuffix("Prop"));
114
116
117 if (m_refitSeeds) {
119 m_uncalibMeasSurfAcc = detail::xAODUncalibMeasSurfAcc {m_trackingGeometrySvc.get()};
120 }
121
122 return StatusCode::SUCCESS;
123 }
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_INFO(x)
std::unique_ptr< const Acts::Logger > makeActsAthenaLogger(IMessageSvc *svc, const std::string &name, int level, std::optional< std::string > parent_name)
Definition Logger.cxx:64
const Acts::Logger & logger() const
Private access to the logger.
std::unique_ptr< const Acts::Logger > m_logger
logging instance
ServiceHandle< ActsTrk::ITrackingGeometrySvc > m_trackingGeometrySvc
SpacePointIndicesFun_t spacePointIndicesFun() const override
Gaudi::Property< std::size_t > m_firstSp

◆ logger()

const Acts::Logger & ActsTrk::TrackParamsEstimationTool::logger ( ) const
inlineprivate

Private access to the logger.

Definition at line 110 of file TrackParamsEstimationTool.h.

111 {
112 return *m_logger;
113 }

◆ spacePointIndicesFun()

ITrackParamsEstimationTool::SpacePointIndicesFun_t ActsTrk::TrackParamsEstimationTool::spacePointIndicesFun ( ) const
override

Definition at line 264 of file TrackParamsEstimationTool.cxx.

264 {
265 if (m_useLongSeeds == 2) {
266 return [](std::size_t nSp) -> std::array<std::size_t, 3> {
267 if (nSp > 3ul)
268 return {0, nSp / 2ul, nSp - 1};
269 else
270 return {0, 1, 2};
271 };
272 } else if (m_firstSp > 0ul) {
273 std::size_t firstSp = m_firstSp;
274 return [firstSp](std::size_t nSp) -> std::array<std::size_t, 3> {
275 if (nSp > 3ul) {
276 std::size_t first = std::min(firstSp, nSp - 3ul);
277 return {first, first + 1, first + 2};
278 } else
279 return {0, 1, 2};
280 };
281 } else {
282 return [](std::size_t) -> std::array<std::size_t, 3> {
283 return {0, 1, 2};
284 };
285 }
286 };
bool first
Definition DeMoScan.py:534

Member Data Documentation

◆ m_allowPropagatorFailure

Gaudi::Property<bool> ActsTrk::TrackParamsEstimationTool::m_allowPropagatorFailure
private
Initial value:
{this, "allowPropagatorFailure", false,
"Use curvilinear parameters when propagation fails instead of returning null"}

Definition at line 87 of file TrackParamsEstimationTool.h.

87 {this, "allowPropagatorFailure", false,
88 "Use curvilinear parameters when propagation fails instead of returning null"};

◆ m_bFieldMode

Gaudi::Property<int> ActsTrk::TrackParamsEstimationTool::m_bFieldMode
private
Initial value:
{this, "bFieldMode", 0,
"B-field mode: 0=B-field at first SP in search order; 1=z-component of B-field; 2=B-field at innermost SP, regardless of search direction"}

Definition at line 83 of file TrackParamsEstimationTool.h.

83 {this, "bFieldMode", 0,
84 "B-field mode: 0=B-field at first SP in search order; 1=z-component of B-field; 2=B-field at innermost SP, regardless of search direction"};

◆ m_extrapolator

std::optional<Extrapolator> ActsTrk::TrackParamsEstimationTool::m_extrapolator
private

Definition at line 107 of file TrackParamsEstimationTool.h.

◆ m_firstSp

Gaudi::Property<std::size_t> ActsTrk::TrackParamsEstimationTool::m_firstSp
private
Initial value:
{this, "firstSp", 0ul,
"Index of first SP to use"}

Definition at line 85 of file TrackParamsEstimationTool.h.

85 {this, "firstSp", 0ul,
86 "Index of first SP to use"};
unsigned long ul

◆ m_fitterTool

ToolHandle<ActsTrk::IFitterTool> ActsTrk::TrackParamsEstimationTool::m_fitterTool {this, "FitterTool", "", "Fitter Tool for Seeds"}
private

Definition at line 61 of file TrackParamsEstimationTool.h.

61{this, "FitterTool", "", "Fitter Tool for Seeds"};

◆ m_initialSigmaPtRel

Gaudi::Property< double > ActsTrk::TrackParamsEstimationTool::m_initialSigmaPtRel
private
Initial value:
{this, "initialSigmaPtRel", 0.1,
"Initial relative pT resolution"}

Definition at line 77 of file TrackParamsEstimationTool.h.

77 {this, "initialSigmaPtRel", 0.1,
78 "Initial relative pT resolution"};

◆ m_initialVarInflation

Gaudi::Property< std::vector<double> > ActsTrk::TrackParamsEstimationTool::m_initialVarInflation
private
Initial value:
{this, "initialVarInflation", {1., 1., 1., 1., 1., 1.},
"Inflate tracks"}

Definition at line 79 of file TrackParamsEstimationTool.h.

79 {this, "initialVarInflation", {1., 1., 1., 1., 1., 1.},
80 "Inflate tracks"};

◆ m_logger

std::unique_ptr<const Acts::Logger> ActsTrk::TrackParamsEstimationTool::m_logger
private

logging instance

Definition at line 116 of file TrackParamsEstimationTool.h.

◆ m_refitSeeds

Gaudi::Property<bool> ActsTrk::TrackParamsEstimationTool::m_refitSeeds {this, "refitSeeds", false, "Run KalmanFitter on seeds"}
private

Definition at line 91 of file TrackParamsEstimationTool.h.

91{this, "refitSeeds", false, "Run KalmanFitter on seeds"};

◆ m_sigmaLoc0

Gaudi::Property< double > ActsTrk::TrackParamsEstimationTool::m_sigmaLoc0
private
Initial value:
{this, "sigmaLoc0", 1 * Acts::UnitConstants::mm,
"Constant term of the loc0 resolution"}

Definition at line 65 of file TrackParamsEstimationTool.h.

65 {this, "sigmaLoc0", 1 * Acts::UnitConstants::mm,
66 "Constant term of the loc0 resolution"};

◆ m_sigmaLoc1

Gaudi::Property< double > ActsTrk::TrackParamsEstimationTool::m_sigmaLoc1
private
Initial value:
{this, "sigmaLoc1", 1 * Acts::UnitConstants::mm,
"Constant term of the loc1 resolution"}

Definition at line 67 of file TrackParamsEstimationTool.h.

67 {this, "sigmaLoc1", 1 * Acts::UnitConstants::mm,
68 "Constant term of the loc1 resolution"};

◆ m_sigmaPhi

Gaudi::Property< double > ActsTrk::TrackParamsEstimationTool::m_sigmaPhi
private
Initial value:
{this, "sigmaPhi", 0.1 * Acts::UnitConstants::degree,
"Phi angular resolution"}

Definition at line 69 of file TrackParamsEstimationTool.h.

69 {this, "sigmaPhi", 0.1 * Acts::UnitConstants::degree,
70 "Phi angular resolution"};

◆ m_sigmaQOverP

Gaudi::Property< double > ActsTrk::TrackParamsEstimationTool::m_sigmaQOverP
private
Initial value:
{this, "sigmaQOverP", 0.1 * Acts::UnitConstants::e / Acts::UnitConstants::GeV,
"q/p resolution"}

Definition at line 73 of file TrackParamsEstimationTool.h.

73 {this, "sigmaQOverP", 0.1 * Acts::UnitConstants::e / Acts::UnitConstants::GeV,
74 "q/p resolution"};

◆ m_sigmaT0

Gaudi::Property< double > ActsTrk::TrackParamsEstimationTool::m_sigmaT0
private
Initial value:
{this, "sigmaT0", 1 * Acts::UnitConstants::ns,
"Time resolution"}

Definition at line 75 of file TrackParamsEstimationTool.h.

75 {this, "sigmaT0", 1 * Acts::UnitConstants::ns,
76 "Time resolution"};

◆ m_sigmaTheta

Gaudi::Property< double > ActsTrk::TrackParamsEstimationTool::m_sigmaTheta
private
Initial value:
{this, "sigmaTheta", 0.1 * Acts::UnitConstants::degree,
"Theta angular resolution"}

Definition at line 71 of file TrackParamsEstimationTool.h.

71 {this, "sigmaTheta", 0.1 * Acts::UnitConstants::degree,
72 "Theta angular resolution"};

◆ m_spacePointIndicesFun

SpacePointIndicesFun_t ActsTrk::TrackParamsEstimationTool::m_spacePointIndicesFun {}
private

Definition at line 118 of file TrackParamsEstimationTool.h.

118{};

◆ m_stripCalibrationIterations

Gaudi::Property<std::size_t> ActsTrk::TrackParamsEstimationTool::m_stripCalibrationIterations
private
Initial value:
{this, "stripCalibrationIterations", 1ul,
"Number of strip calibration iterations"}

Definition at line 89 of file TrackParamsEstimationTool.h.

89 {this, "stripCalibrationIterations", 1ul,
90 "Number of strip calibration iterations"};

◆ m_trackingGeometrySvc

ServiceHandle<ActsTrk::ITrackingGeometrySvc> ActsTrk::TrackParamsEstimationTool::m_trackingGeometrySvc {this, "TrackingGeometrySvc", "ActsTrackingGeometrySvc"}
private

Definition at line 62 of file TrackParamsEstimationTool.h.

62{this, "TrackingGeometrySvc", "ActsTrackingGeometrySvc"};

◆ m_uncalibMeasSurfAcc

detail::xAODUncalibMeasSurfAcc ActsTrk::TrackParamsEstimationTool::m_uncalibMeasSurfAcc {}
private

Definition at line 101 of file TrackParamsEstimationTool.h.

101{};

◆ m_useLongSeeds

Gaudi::Property< int > ActsTrk::TrackParamsEstimationTool::m_useLongSeeds
private
Initial value:
{this, "useLongSeeds", 2,
"0=use 1st 3 SPs, 1=use first,middle,last SPs to improve pT measurement, 2=use for all parameters"}

Definition at line 81 of file TrackParamsEstimationTool.h.

81 {this, "useLongSeeds", 2,
82 "0=use 1st 3 SPs, 1=use first,middle,last SPs to improve pT measurement, 2=use for all parameters"};

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