ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
ActsPlugins::EDM4hepUtil::MeasurementData Struct Reference

Data extracted when reading a measurement from EDM4hep. More...

#include </home/runner/work/acts/acts/Plugins/EDM4hep/include/ActsPlugins/EDM4hep/EDM4hepUtil.hpp>

Collaboration diagram for ActsPlugins::EDM4hepUtil::MeasurementData:
[legend]

Public Attributes

std::uint64_t cellId {0}
 Cell ID of the measurement.
Acts::BoundMatrix covariance {Acts::BoundMatrix::Zero()}
 Covariance matrix of the measurement (full bound space).
std::vector< Acts::SubspaceIndexindices
 Indices of the measured parameters (subspace).
Acts::BoundVector parameters {Acts::BoundVector::Zero()}
 Measurement parameters (local coordinates, full bound space).

Detailed Description

Data extracted when reading a measurement from EDM4hep.