From 7a0469d9d1d273bd2eae9df6537583257f073cbe Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Thu, 27 Jun 2024 10:21:48 +0200 Subject: [PATCH] Remove association that was removed from EDM4hep (#204) --- k4FWCore/components/PodioInput.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/k4FWCore/components/PodioInput.cpp b/k4FWCore/components/PodioInput.cpp index 97a6e66a..b1ae88d8 100644 --- a/k4FWCore/components/PodioInput.cpp +++ b/k4FWCore/components/PodioInput.cpp @@ -32,7 +32,6 @@ #include "edm4hep/MCRecoParticleAssociationCollection.h" #include "edm4hep/MCRecoTrackParticleAssociationCollection.h" #include "edm4hep/MCRecoTrackerAssociationCollection.h" -#include "edm4hep/MCRecoTrackerHitPlaneAssociationCollection.h" #include "edm4hep/ParticleIDCollection.h" #include "edm4hep/RawCalorimeterHitCollection.h" #include "edm4hep/RawTimeSeriesCollection.h" @@ -122,9 +121,6 @@ void PodioInput::fillReaders() { m_readers["edm4hep::MCRecoTrackerAssociationCollection"] = [&](std::string_view collName) { maybeRead(collName); }; - m_readers["edm4hep::MCRecoTrackerHitPlaneAssociationCollection"] = [&](std::string_view collName) { - maybeRead(collName); - }; m_readers["edm4hep::MCRecoClusterParticleAssociationCollection"] = [&](std::string_view collName) { maybeRead(collName); };