Skip to content

Commit

Permalink
VertexFinder: Fix unused variable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored and IzaakWN committed Oct 8, 2024
1 parent 7c21fe6 commit 2857962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion L1Trigger/VertexFinder/src/VertexFinder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ namespace l1tVertexFinder {
void VertexFinder::fastHistoEmulation() {
// Relevant constants for the track word
static constexpr int kZ0Size = 12, // Width of z-position (40cm / 0.1)
kZ0MagSize = 5, // Width of z-position magnitude (signed)
kPtSize = 14, // Width of pt
kPtMagSize = 9, // Width of pt magnitude (unsigned)
kReducedPrecisionPt = 7 // Width of the reduced precision, integer only, pt
Expand Down

0 comments on commit 2857962

Please sign in to comment.