From 30572d4cf6156da2750767fc9d57414d03521608 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 22 Feb 2024 13:28:13 +0100 Subject: [PATCH] Remove the 3D covariance matrix from interface --- edm4hep.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index a6afdcf4d..6607a0ae9 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -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 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