Skip to content

Commit

Permalink
PWGHF: save cascade momentum at charm baryon decay vertex (AliceO2Gro…
Browse files Browse the repository at this point in the history
…up#7457)

* Save casc p at correct point

* Implement the change for all the tables
  • Loading branch information
ZFederica authored Aug 28, 2024
1 parent 29cc78c commit 64b7e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ struct HfCandidateCreatorXic0Omegac0 {
trackCascDauCharged.sign(),
covVtxCharmBaryon[0], covVtxCharmBaryon[1], covVtxCharmBaryon[2], covVtxCharmBaryon[3], covVtxCharmBaryon[4], covVtxCharmBaryon[5],
pVecCharmBaryon[0], pVecCharmBaryon[1], pVecCharmBaryon[2],
pVecCasc[0], pVecCasc[1], pVecCasc[2],
pVecCascAsD[0], pVecCascAsD[1], pVecCascAsD[2],
pVecCharmBachelorAsD[0], pVecCharmBachelorAsD[1], pVecCharmBachelorAsD[2],
pVecV0[0], pVecV0[1], pVecV0[2],
pVecCascBachelor[0], pVecCascBachelor[1], pVecCascBachelor[2],
Expand Down Expand Up @@ -533,7 +533,7 @@ struct HfCandidateCreatorXic0Omegac0 {
trackCascDauCharged.sign(),
covVtxCharmBaryon[0], covVtxCharmBaryon[1], covVtxCharmBaryon[2], covVtxCharmBaryon[3], covVtxCharmBaryon[4], covVtxCharmBaryon[5],
pVecCharmBaryon[0], pVecCharmBaryon[1], pVecCharmBaryon[2],
pVecCasc[0], pVecCasc[1], pVecCasc[2],
pVecCascAsD[0], pVecCascAsD[1], pVecCascAsD[2],
pVecCharmBachelorAsD[0], pVecCharmBachelorAsD[1], pVecCharmBachelorAsD[2],
pVecV0[0], pVecV0[1], pVecV0[2],
pVecCascBachelor[0], pVecCascBachelor[1], pVecCascBachelor[2],
Expand Down Expand Up @@ -563,7 +563,7 @@ struct HfCandidateCreatorXic0Omegac0 {
trackCascDauCharged.sign(),
covVtxCharmBaryon[0], covVtxCharmBaryon[1], covVtxCharmBaryon[2], covVtxCharmBaryon[3], covVtxCharmBaryon[4], covVtxCharmBaryon[5],
pVecCharmBaryon[0], pVecCharmBaryon[1], pVecCharmBaryon[2],
pVecCasc[0], pVecCasc[1], pVecCasc[2],
pVecCascAsD[0], pVecCascAsD[1], pVecCascAsD[2],
pVecCharmBachelorAsD[0], pVecCharmBachelorAsD[1], pVecCharmBachelorAsD[2],
pVecV0[0], pVecV0[1], pVecV0[2],
pVecCascBachelor[0], pVecCascBachelor[1], pVecCascBachelor[2],
Expand Down

0 comments on commit 64b7e46

Please sign in to comment.