Skip to content

Commit

Permalink
fix: list correct dimension in ImagingTopoCluster (#1579)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This PR fixes an incorrect dimension in logging output.

### What kind of change does this PR introduce?
- [x] Bug fix (issue #__)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.

### Does this PR change default behavior?
No.
  • Loading branch information
wdconinc authored Aug 17, 2024
1 parent 45cbd7d commit 2bf33b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/calorimetry/ImagingTopoCluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ namespace eicrecon {
break;
case ImagingTopoClusterConfig::ELayerMode::xy:
info("Neighbour layers clustering (same sector and layer id within +- {:d}: "
"Local [x, y] distance between hits <= [{:.4f}, {:.4f} rad].",
"Local [x, y] distance between hits <= [{:.4f} mm, {:.4f} mm].",
m_cfg.neighbourLayersRange, layerDistXY[0], layerDistXY[1]
);
break;
Expand Down

0 comments on commit 2bf33b7

Please sign in to comment.