Skip to content

Commit ad4072f

Browse files
committed
Change UPC mode variable type
1 parent 3780292 commit ad4072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/DataModel/TauThreeProngEventTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DECLARE_SOA_COLUMN(RctOk, rctOk, int);
3737
// DECLARE_SOA_COLUMN(PosX, posX, float);
3838
// DECLARE_SOA_COLUMN(PosY, posY, float);
3939
DECLARE_SOA_COLUMN(PosZ, posZ, float);
40-
DECLARE_SOA_COLUMN(FlagUPC, flagUPC, int8_t);
40+
DECLARE_SOA_COLUMN(FlagUPC, flagUPC, int16_t);
4141
DECLARE_SOA_COLUMN(OccupancyInTime, occupancyInTime, int);
4242
DECLARE_SOA_COLUMN(HadronicRate, hadronicRate, double);
4343
DECLARE_SOA_COLUMN(Trs, trs, int8_t);

0 commit comments

Comments
 (0)