We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3780292 commit ad4072fCopy full SHA for ad4072f
1 file changed
PWGUD/DataModel/TauThreeProngEventTables.h
@@ -37,7 +37,7 @@ DECLARE_SOA_COLUMN(RctOk, rctOk, int);
37
// DECLARE_SOA_COLUMN(PosX, posX, float);
38
// DECLARE_SOA_COLUMN(PosY, posY, float);
39
DECLARE_SOA_COLUMN(PosZ, posZ, float);
40
-DECLARE_SOA_COLUMN(FlagUPC, flagUPC, int8_t);
+DECLARE_SOA_COLUMN(FlagUPC, flagUPC, int16_t);
41
DECLARE_SOA_COLUMN(OccupancyInTime, occupancyInTime, int);
42
DECLARE_SOA_COLUMN(HadronicRate, hadronicRate, double);
43
DECLARE_SOA_COLUMN(Trs, trs, int8_t);
0 commit comments