Skip to content

Commit d8fc016

Browse files
author
Benjamin Huber
committed
Fix qualityFlags bit width
1 parent 0211f1f commit d8fc016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/L1Trigger/interface/P2GTCandidate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace l1t {
3232
typedef ap_int<14> hwEta_t;
3333
typedef ap_int<18> hwZ0_t;
3434
typedef ap_uint<11> hwIsolationPT_t;
35-
typedef ap_uint<4> hwQualityFlags_t;
35+
typedef ap_uint<6> hwQualityFlags_t;
3636
typedef ap_uint<10> hwQualityScore_t;
3737
typedef ap_uint<1> hwCharge_t;
3838
typedef ap_int<12> hwD0_t;

0 commit comments

Comments
 (0)