From 48ee214b26c836d97d7df6a1e50b6ed450aaa135 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 8 Feb 2024 17:13:30 +0100 Subject: [PATCH] Remove the ParticleIDs from the reco particles --- edm4hep.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index c90f4c88a..3f9b326e2 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -431,7 +431,6 @@ datatypes: - 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