From d5fd5ee94623cfcb9868bca4344dc9c235d04a28 Mon Sep 17 00:00:00 2001 From: Joe Osborn Date: Tue, 19 Dec 2023 11:29:50 -0500 Subject: [PATCH] add description, fix eic namespace --- edm4hep.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index 6c4a458ca..c17fab129 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -8,7 +8,8 @@ options: components: #Vector4f with floats - edm4eic::Vector4f: + edm4hep::Vector4f: + Description: "Generic 4 vector for storing classical 4D coordinates in memory. 4 vector helper functions are in edm4hep::utils" Members: - float x - float y