Skip to content

Commit 4551274

Browse files
committed
Add sign
1 parent 504113a commit 4551274

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

PWGHF/DataModel/DerivedTables.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,7 @@ DECLARE_SOA_TABLE_STAGED(HfDstarMcs, "HFDSTMC", //! Table with MC candidate info
936936
// ----------------
937937

938938
DECLARE_SOA_TABLE_STAGED(HfXicToXiPiPiPars, "HFXICXPPPAR", //! Table with candidate properties used for selection
939+
hf_cand_xic_to_xi_pi_pi::Sign,
939940
hf_cand_par::PtProngXi,
940941
hf_cand_par::PtProngPi0,
941942
hf_cand_par::PtProngPi1,

PWGHF/TableProducer/derivedDataCreatorXicToXiPiPi.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ struct HfDerivedDataCreatorXicToXiPiPi {
136136
rowsCommon.fillTablesCandidate(candidate, invMass, y);
137137
if (fillCandidatePar) {
138138
rowCandidatePar(
139+
candidate.sign(),
139140
candidate.ptProng0(),
140141
candidate.ptProng1(),
141142
candidate.ptProng2(),

0 commit comments

Comments
 (0)