Skip to content

Commit 1234e95

Browse files
authored
Merge pull request #45019 from smuzaffar/VertexFinder-O3-warn
VertexFinder: Fix unused variable warnings
2 parents 7e6d5a7 + a056425 commit 1234e95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

L1Trigger/VertexFinder/src/VertexFinder.cc

-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,6 @@ namespace l1tVertexFinder {
762762
void VertexFinder::fastHistoEmulation() {
763763
// Relevant constants for the track word
764764
static constexpr int kZ0Size = 12, // Width of z-position (40cm / 0.1)
765-
kZ0MagSize = 5, // Width of z-position magnitude (signed)
766765
kPtSize = 14, // Width of pt
767766
kPtMagSize = 9, // Width of pt magnitude (unsigned)
768767
kReducedPrecisionPt = 7 // Width of the reduced precision, integer only, pt

0 commit comments

Comments
 (0)