Skip to content

Commit

Permalink
fix: define geoId in TrackerSourceLinker.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Jan 18, 2025
1 parent b2e9b1b commit 6fdda70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions JugTrack/src/components/TrackerSourceLinker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ class TrackerSourceLinker : public GaudiAlgorithm {
//
// variable hitIdx not used anywhere
// Index hitIdx = measurements->size();

auto geoId = surface->geometryId();

linkStorage->emplace_back(surface->geometryId(), ihit);
ActsExamples::IndexSourceLink& sourceLink = linkStorage->back();
sourceLinks->emplace_hint(sourceLinks->end(), sourceLink);
Expand Down

0 comments on commit 6fdda70

Please sign in to comment.