Skip to content

Commit

Permalink
Fix more aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 31, 2023
1 parent bc2041f commit c299631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ StatusCode DDPlanarDigi::initialize() {
return StatusCode::SUCCESS;
}

std::tuple<TrackerHitPlaneColl, Association> DDPlanarDigi::operator()(
const SimTrackerHitCollection& simTrackerHits, const Header& headers) const {
std::tuple<edm4hep::TrackerHitPlaneCollection, edm4hep::MCRecoTrackerHitPlaneAssociationCollection> 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;
Expand Down

0 comments on commit c299631

Please sign in to comment.