Skip to content

Commit

Permalink
Remove the 3D covariance matrix from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Feb 23, 2024
1 parent 9aea467 commit 30572d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ interfaces:
- float eDep [GeV] // energy deposited on the hit
- float eDepError [GeV] // error measured on eDep
- edm4hep::Vector3d position [mm] // hit position
- std::array<float, 6> covMatrix // covariance of the position (x,y,z) stored as lower triangle matrix, i.e. cov(x,x), cov(y, x), cov(y, y), cov(z, x), cov(z, y), cov(z, z)
Types:
- edm4hep::TrackerHit3D
- edm4hep::TrackerHitPlane

0 comments on commit 30572d4

Please sign in to comment.