Skip to content

Commit

Permalink
fix isolation type for GT objects
Browse files Browse the repository at this point in the history
  • Loading branch information
cerminar committed Apr 13, 2023
1 parent aee9b62 commit b0ffc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/L1TParticleFlow/interface/gt_datatypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace l1gt {
typedef ap_uint<1> valid_t;

// E/gamma fields
typedef ap_fixed<11, 9> iso_t;
typedef ap_ufixed<11, 9> iso_t;
typedef ap_uint<4> egquality_t;

// tau fields
Expand Down

0 comments on commit b0ffc9c

Please sign in to comment.