Skip to content

Commit 5d14bdc

Browse files
authored
[PWGHF] Fix sign column in reduced workflow (#12838)
1 parent faf4627 commit 5d14bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/DataModel/ReducedDataModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ namespace hf_track_vars_reduced
177177
DECLARE_SOA_COLUMN(Px, px, float); //! x-component of momentum
178178
DECLARE_SOA_COLUMN(Py, py, float); //! y-component of momentum
179179
DECLARE_SOA_COLUMN(Pz, pz, float); //! z-component of momentum
180-
DECLARE_SOA_COLUMN(Sign, sign, uint8_t); //! charge sign
180+
DECLARE_SOA_COLUMN(Sign, sign, int8_t); //! charge sign
181181
DECLARE_SOA_COLUMN(HasTPC, hasTPC, bool); //! Flag to check if track has a TPC match
182182
DECLARE_SOA_COLUMN(HasTOF, hasTOF, bool); //! Flag to check if track has a TOF match
183183
DECLARE_SOA_COLUMN(HasTPCProng0, hasTPCProng0, bool); //! Flag to check if prong0 has a TPC match

0 commit comments

Comments
 (0)