We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf4627 commit 5d14bdcCopy full SHA for 5d14bdc
PWGHF/D2H/DataModel/ReducedDataModel.h
@@ -177,7 +177,7 @@ namespace hf_track_vars_reduced
177
DECLARE_SOA_COLUMN(Px, px, float); //! x-component of momentum
178
DECLARE_SOA_COLUMN(Py, py, float); //! y-component of momentum
179
DECLARE_SOA_COLUMN(Pz, pz, float); //! z-component of momentum
180
-DECLARE_SOA_COLUMN(Sign, sign, uint8_t); //! charge sign
+DECLARE_SOA_COLUMN(Sign, sign, int8_t); //! charge sign
181
DECLARE_SOA_COLUMN(HasTPC, hasTPC, bool); //! Flag to check if track has a TPC match
182
DECLARE_SOA_COLUMN(HasTOF, hasTOF, bool); //! Flag to check if track has a TOF match
183
DECLARE_SOA_COLUMN(HasTPCProng0, hasTPCProng0, bool); //! Flag to check if prong0 has a TPC match
0 commit comments