Skip to content

Commit 66e2ecf

Browse files
rolavickalibuild
andauthored
[PWGUD] Fix of two tracks table tree (#15257)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 938450e commit 66e2ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/DataModel/TwoTracksEventTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace two_tracks_tree
2929
{
3030
// event info
3131
DECLARE_SOA_COLUMN(RunNumber, runNumber, int32_t);
32-
DECLARE_SOA_COLUMN(Bc, bc, int);
32+
DECLARE_SOA_COLUMN(Bc, bc, uint64_t);
3333
DECLARE_SOA_COLUMN(TotalTracks, totalTracks, int);
3434
DECLARE_SOA_COLUMN(NumContrib, numContrib, int);
3535
DECLARE_SOA_COLUMN(GlobalNonPVtracks, globalNonPVtracks, int);

0 commit comments

Comments
 (0)