We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e6d5a7 + a056425 commit 1234e95Copy full SHA for 1234e95
L1Trigger/VertexFinder/src/VertexFinder.cc
@@ -762,7 +762,6 @@ namespace l1tVertexFinder {
762
void VertexFinder::fastHistoEmulation() {
763
// Relevant constants for the track word
764
static constexpr int kZ0Size = 12, // Width of z-position (40cm / 0.1)
765
- kZ0MagSize = 5, // Width of z-position magnitude (signed)
766
kPtSize = 14, // Width of pt
767
kPtMagSize = 9, // Width of pt magnitude (unsigned)
768
kReducedPrecisionPt = 7 // Width of the reduced precision, integer only, pt
0 commit comments