diff --git a/tools/include/edm4hep2json.hxx b/tools/include/edm4hep2json.hxx index 0878ca180..615a24ea7 100644 --- a/tools/include/edm4hep2json.hxx +++ b/tools/include/edm4hep2json.hxx @@ -28,7 +28,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" @@ -115,8 +114,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") {