Skip to content

Commit 4870ac8

Browse files
authored
Merge pull request #5 from alibuild/alibot-cleanup-4783
Please consider the following formatting changes to #4783
2 parents f12c9b5 + 1f9d8e9 commit 4870ac8

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
@@ -382,7 +382,7 @@ DECLARE_SOA_COLUMN(Px, px, float); //! Momentum of
382382
DECLARE_SOA_COLUMN(Py, py, float);
383383
DECLARE_SOA_COLUMN(Pz, pz, float);
384384
DECLARE_SOA_COLUMN(V0Type, v0Type, uint8_t); //! Bitmap with mass hypothesis of the V0
385-
DECLARE_SOA_COLUMN(DType, dType, int8_t); //! Integer with selected D candidate type: 1 = Dplus, -1 = Dminus, 2 = DstarPlus, -2 = DstarMinus
385+
DECLARE_SOA_COLUMN(DType, dType, int8_t); //! Integer with selected D candidate type: 1 = Dplus, -1 = Dminus, 2 = DstarPlus, -2 = DstarMinus
386386
} // namespace hf_reso_cand_reduced
387387

388388
DECLARE_SOA_TABLE(HfRedVzeros, "AOD", "HFREDVZERO", //! Table with V0 candidate information for resonances reduced workflow

0 commit comments

Comments
 (0)