From 6cef4df0ce105b481ec756340cbab68de98cbcc0 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Wed, 6 Oct 2021 15:20:18 +0000 Subject: [PATCH] Get rid of separate ReconstructedParticleRelations for simplicity --- eic_data.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eic_data.yaml b/eic_data.yaml index 1b4a53e..6b7a85a 100644 --- a/eic_data.yaml +++ b/eic_data.yaml @@ -296,12 +296,6 @@ datatypes: - float momentum // particle 3-momentum magnitude [GeV] - float energy // Particle energy, consistent with PID assigment [GeV] - float mass // The mass of the particle in [GeV] - - eic::ReconstructedParticleRelations: - Description: "Relational info associated with our reconstructed particle" - Author: "S. Joosten" - Members: - - eic::Index recID // ReconstructedParticle index - eic::Index vertexID // Start vertex for this particle - eic::Index trackID // Index of the associated track, if any - eic::Index ecalID // Index of associated pos/barrel/neg ECAL cluster, if any -- GitLab