ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::MultiTrajectoryTraits Namespace Reference

This namespace contains typedefs and constant values that are used by other parts of the MultiTrajectory implementation. More...

Typedefs

using TrackIndexType
 Type alias for track index values.

Variables

constexpr IndexType kInvalid = kTrackIndexInvalid
 Invalid track state index constant.
constexpr unsigned int MeasurementSizeMax = kMeasurementSizeMax
 Maximum number of measurement dimensions supported by trajectory.

Detailed Description

This namespace contains typedefs and constant values that are used by other parts of the MultiTrajectory implementation.

It extracts these from TrackStateTraits using the default maximum measurement dimension.

Deprecated
Use aliased types and constants directly

Typedef Documentation

◆ TrackIndexType

Type alias for track index values.

Variable Documentation

◆ kInvalid

IndexType Acts::MultiTrajectoryTraits::kInvalid = kTrackIndexInvalid
constexpr

Invalid track state index constant.

Deprecated
Use Acts::kTrackIndexInvalid instead.

◆ MeasurementSizeMax

unsigned int Acts::MultiTrajectoryTraits::MeasurementSizeMax = kMeasurementSizeMax
constexpr

Maximum number of measurement dimensions supported by trajectory.

Deprecated
Use Acts::kMeasurementSizeMax instead.