From 86e05b18aa875f5497843a7520cb7ea255e1719b Mon Sep 17 00:00:00 2001 From: tmadlener Date: Wed, 26 Jun 2024 14:40:43 +0200 Subject: [PATCH] Remove unnecessary TrackerHitPlane - SimTrackerHit association --- edm4hep.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index add62ff0d..3026f4fe9 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -626,15 +626,6 @@ datatypes: - edm4hep::TrackerHit rec // reference to the reconstructed hit - edm4hep::SimTrackerHit sim // reference to the simulated hit - edm4hep::MCRecoTrackerHitPlaneAssociation: - Description: "Association between a TrackerHitPlane and the corresponding SimTrackerHit" - Author: "EDM4hep authors" - Members: - - float weight // weight of this association - OneToOneRelations: - - edm4hep::TrackerHitPlane rec // reference to the reconstructed hit - - edm4hep::SimTrackerHit sim // reference to the simulated hit - edm4hep::MCRecoCaloParticleAssociation: Description: "Association between a CalorimeterHit and the corresponding MCParticle" Author: "EDM4hep authors"