From 4a58352faea1504fc57821b58d7e005bdeabfb49 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 27 Jun 2024 10:36:29 +0200 Subject: [PATCH] Make the Vertex point to its decay particles Instead of to the incoming praticle --- edm4hep.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index eb823226c..ee02c5168 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -560,8 +560,8 @@ datatypes: - int32_t algorithmType // type code for the algorithm that has been used to create the vertex VectorMembers: - float parameters // additional parameters related to this vertex - OneToOneRelations: - - edm4hep::ReconstructedParticle associatedParticle // reconstructed particle associated to this vertex + OneToManyRelations: + - edm4hep::ReconstructedParticle particles // particles that have been used to form this vertex, aka the decay particles emerging from this vertex ExtraCode: includes: "#include " declaration: "