From c299631a2f149c1abc46f1932dc5f8ca41b0b59d Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 31 Oct 2023 09:30:59 +0100 Subject: [PATCH] Fix more aliases --- k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp b/k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp index 9a444bf..6df422c 100644 --- a/k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp +++ b/k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp @@ -92,8 +92,8 @@ StatusCode DDPlanarDigi::initialize() { return StatusCode::SUCCESS; } -std::tuple DDPlanarDigi::operator()( - const SimTrackerHitCollection& simTrackerHits, const Header& headers) const { +std::tuple DDPlanarDigi::operator()( + const edm4hep::SimTrackerHitCollection& simTrackerHits, const edm4hep::EventHeaderCollection& headers) const { auto seed = m_uidSvc->getUniqueID(headers[0].getEventNumber(), headers[0].getRunNumber(), this->name()); info() << "Using seed " << seed << " for event " << headers[0].getEventNumber() << " and run " << headers[0].getRunNumber() << endmsg;