Skip to content

Commit 2e5a648

Browse files
authored
Merge pull request #57 from alibuild/alibot-cleanup-12838
Please consider the following formatting changes to AliceO2Group#12838
2 parents ce88637 + 6230ecb commit 2e5a648

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, int8_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)