Skip to content

Commit 81afad4

Browse files
author
Benjamin Huber
committed
EvaluationInterface: Fix SA muon signed z0
1 parent b930e94 commit 81afad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1Trigger/Phase2L1GT/plugins/L1GTEvaluationInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ namespace l1t {
129129
// Global Muon Trigger
130130

131131
struct L1TGT_GMT_PromptDisplacedMuon : public L1TGT_Common3Vector<64> {
132-
ap_uint<5> z0;
132+
ap_int<5> z0;
133133
ap_int<7> d0;
134134
ap_uint<1> charge;
135135
ap_uint<4> qualityScore;

0 commit comments

Comments
 (0)