Skip to content

Commit b65c1a0

Browse files
authored
Update sbndptb.h
Revert Trigger struct to unsigned variables
1 parent fe48861 commit b65c1a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbndcode/Decoders/PTB/sbndptb.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ namespace raw {
1818
namespace ptb {
1919

2020
struct Trigger {
21-
long prev_timestamp;
21+
ULong64_t prev_timestamp;
2222
ULong64_t timestamp;
2323
ULong64_t trigger_word;
24-
int gate_counter;
24+
uint32_t gate_counter;
2525
uint32_t word_type;
2626
};
2727

0 commit comments

Comments
 (0)