Skip to content

Commit e1d9a7f

Browse files
authored
Try to reconcile the memory layout in different OS (#7051)
1 parent 686acce commit e1d9a7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EventFiltering/Zorro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class BasicCCDBManager;
3232
}; // namespace o2
3333

3434
struct ZorroHelper {
35-
uint64_t bcAOD, bcEvSel, trigMask[2], selMask[2];
35+
ULong64_t bcAOD, bcEvSel, trigMask[2], selMask[2];
3636
ClassDefNV(ZorroHelper, 1);
3737
};
3838

0 commit comments

Comments
 (0)