Skip to content

Commit

Permalink
fix: avoid unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed May 23, 2024
1 parent 917696d commit 78da971
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions JugReco/src/components/CalorimeterHitsMerger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ class CalorimeterHitsMerger : public GaudiAlgorithm {
std::size_t ix = 0;
for (const auto& h : inputs) {
int64_t id = h.getCellID() & id_mask;
// use the reference field position
auto it = merge_map.find(id);
merge_map[id].push_back(ix);

ix++;
Expand Down

0 comments on commit 78da971

Please sign in to comment.