From 07af81ddf2f368297a705adb81f3117d00537bf2 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Tue, 13 Feb 2024 10:39:33 +0100 Subject: [PATCH] Make existing weight a double as well --- edm4hep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index 44e8c0807..b56434114 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -152,7 +152,7 @@ datatypes: - int32_t eventNumber //event number - int32_t runNumber //run number - uint64_t timeStamp //time stamp - - float weight // event weight + - double weight // event weight VectorMembers: - double weights // event weights in case there are multiple. **NOTE that weights[0] might not be the same as weight!** Event weight names should be stored using the edm4hep::EventWeights name in the file level metadata.