Skip to content

Commit

Permalink
Try to reconcile the memory layout in different OS (AliceO2Group#7051)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpuccio authored Jul 30, 2024
1 parent 686acce commit e1d9a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventFiltering/Zorro.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class BasicCCDBManager;
}; // namespace o2

struct ZorroHelper {
uint64_t bcAOD, bcEvSel, trigMask[2], selMask[2];
ULong64_t bcAOD, bcEvSel, trigMask[2], selMask[2];
ClassDefNV(ZorroHelper, 1);
};

Expand Down

0 comments on commit e1d9a7f

Please sign in to comment.