Skip to content

Commit 5964514

Browse files
authored
PWGHF: further optimise HF combinatorial (AliceO2Group#4539)
* PWGHF: further optimise HF combinatorial * Handle the case in which the D0 decay vtx is not computed * Fix cast in filter * Add missing condition in if statements * Add also chi2 PCA cut for 2-track vertices for 3-prongs * Two minor fixes
1 parent 5af8def commit 5964514

File tree

2 files changed

+172
-136
lines changed

2 files changed

+172
-136
lines changed

PWGHF/DataModel/CandidateReconstructionTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ DECLARE_SOA_TABLE(HfSelCollision, "AOD", "HFSELCOLLISION", //!
153153
namespace hf_sel_track
154154
{
155155
DECLARE_SOA_COLUMN(IsSelProng, isSelProng, uint32_t); //!
156-
DECLARE_SOA_COLUMN(IsProton, isProton, int8_t); //!
156+
DECLARE_SOA_COLUMN(IsProton, isProton, uint32_t); //!
157157
DECLARE_SOA_COLUMN(IsPositive, isPositive, bool); //!
158158
} // namespace hf_sel_track
159159

0 commit comments

Comments
 (0)