From 73c70d1422678589d2b0a29aefd82eb2ff82a137 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 8 Feb 2024 11:54:04 +0100 Subject: [PATCH] Remove the ParticleID from the ReconstructedParticle --- edm4hep.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index 519e742af..0cbbfcc73 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -434,12 +434,10 @@ datatypes: - std::array covMatrix //cvariance matrix of the reconstructed particle 4vector (10 parameters). Stored as lower triangle matrix of the four momentum (px,py,pz,E), i.e. cov(px,px), cov(py,## OneToOneRelations: - edm4hep::Vertex startVertex //start vertex associated to this particle - - edm4hep::ParticleID particleIDUsed //particle Id used for the kinematics of this particle OneToManyRelations: - edm4hep::Cluster clusters //clusters that have been used for this particle. - edm4hep::Track tracks //tracks that have been used for this particle. - edm4hep::ReconstructedParticle particles //reconstructed particles that have been combined to this particle. - - edm4hep::ParticleID particleIDs //particle Ids (not sorted by their likelihood) ExtraCode: declaration: " bool isCompound() const { return particles_size() > 0 ;}\n