From 273f78d305388a99d894fdb0dc69c193ec17ff6e Mon Sep 17 00:00:00 2001 From: tmadlener Date: Wed, 26 Jun 2024 17:40:05 +0200 Subject: [PATCH] Remove association from edm4hep2json --- tools/include/edm4hep2json.hxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/include/edm4hep2json.hxx b/tools/include/edm4hep2json.hxx index 2ff0faba0..181c75aba 100644 --- a/tools/include/edm4hep2json.hxx +++ b/tools/include/edm4hep2json.hxx @@ -31,7 +31,6 @@ #include "edm4hep/MCRecoParticleAssociationCollection.h" #include "edm4hep/MCRecoTrackParticleAssociationCollection.h" #include "edm4hep/MCRecoTrackerAssociationCollection.h" -#include "edm4hep/MCRecoTrackerHitPlaneAssociationCollection.h" #include "edm4hep/RecoParticleVertexAssociationCollection.h" #include "edm4hep/EDM4hepVersion.h" @@ -124,8 +123,6 @@ nlohmann::json processEvent(const podio::Frame& frame, std::vector& insertIntoJson(jsonDict, coll, collList[i]); } else if (coll->getTypeName() == "edm4hep::MCRecoTrackerAssociationCollection") { insertIntoJson(jsonDict, coll, collList[i]); - } else if (coll->getTypeName() == "edm4hep::MCRecoTrackerHitPlaneAssociationCollection") { - insertIntoJson(jsonDict, coll, collList[i]); } else if (coll->getTypeName() == "edm4hep::MCRecoCaloParticleAssociationCollection") { insertIntoJson(jsonDict, coll, collList[i]); } else if (coll->getTypeName() == "edm4hep::MCRecoClusterParticleAssociationCollection") {