Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGHF/D2H/DataModel/ReducedDataModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ namespace hf_track_vars_reduced
DECLARE_SOA_COLUMN(Px, px, float); //! x-component of momentum
DECLARE_SOA_COLUMN(Py, py, float); //! y-component of momentum
DECLARE_SOA_COLUMN(Pz, pz, float); //! z-component of momentum
DECLARE_SOA_COLUMN(Sign, sign, int8_t); //! charge sign
DECLARE_SOA_COLUMN(Sign, sign, int8_t); //! charge sign
DECLARE_SOA_COLUMN(HasTPC, hasTPC, bool); //! Flag to check if track has a TPC match
DECLARE_SOA_COLUMN(HasTOF, hasTOF, bool); //! Flag to check if track has a TOF match
DECLARE_SOA_COLUMN(HasTPCProng0, hasTPCProng0, bool); //! Flag to check if prong0 has a TPC match
Expand Down
Loading