From 2fa91a39f233fc9479d36d4f0f70da9b6a8fd5cd Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Thu, 23 Jun 2022 12:27:21 +0200 Subject: [PATCH] update edm4hep.yaml doc updating the doc for `TrackerHitPlan` after clarifying the meaning of `u` and `v` --- edm4hep.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index 68438fbfa..d1b1e1f3e 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -329,8 +329,8 @@ datatypes : - float time //time of the hit. - float eDep //energy deposited on the hit [GeV]. - float eDepError //error measured on EDep [GeV]. - - edm4hep::Vector2f u //measurement direction vector, u lies in the x-y plane - - edm4hep::Vector2f v //measurement direction vector, v is along z + - edm4hep::Vector2f u //measurement direction vector for X in global spherical coordinates with R=1 -> (theta, phi) + - edm4hep::Vector2f v //measurement direction vector for Y in global spherical coordinates with R=1 -> (theta, phi) - float du //measurement error along the direction - float dv //measurement error along the direction - edm4hep::Vector3d position //hit position in [mm].