Skip to content

Commit

Permalink
review stephenswat
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Oct 18, 2024
1 parent 32099fa commit 449bd3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Core/src/Material/BinnedSurfaceMaterialAccumulater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ void Acts::BinnedSurfaceMaterialAccumulater::accumulate(

// After mapping this track, average the touched bins
for (const auto& [key, value] : touchedMapBins) {
std::vector<std::array<std::size_t, 3>> trackBins = {value};
key->trackAverage(trackBins, true);
key->trackAverage({value}, true);
}

// Empty bin correction
Expand Down

0 comments on commit 449bd3e

Please sign in to comment.