From 8ee4384ddf57735737ef9368db2a75ee96cabdda Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 8 Feb 2024 11:55:33 +0100 Subject: [PATCH] Add a relation from a PID to a reco particle --- edm4hep.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/edm4hep.yaml b/edm4hep.yaml index 86adba5c6..770d11e3f 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -310,6 +310,8 @@ datatypes: - float likelihood // likelihood of this hypothesis - in a user defined normalization VectorMembers: - float parameters // parameters associated with this hypothesis + OneToOneRelations: + - edm4hep::ReconstructedParticle particle // the particle from which this PID has been computed #------ Cluster