Uh oh!
There was an error while loading. Please reload this page.
PWGHF: Add Topology Tag kinematic and topology table HFTag and probe - #4844
Conversation
Please consider the following formatting changes to AliceO2Group#4844
mfaggin
left a comment
There was a problem hiding this comment.
thanks Daniel for the work! Please find here my suggestions
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| if (!isSelectedTopology(primVtx, secVtx, covMatrixPCA, pVec, trackDcaXy, channel)) { | ||
| if (fillTagTable) { | ||
| getTagInfo<doMc>(primVtx, secVtx, covMatrixPCA, pVec, trackDcaXy, channel, trackPos, trackNeg, invMass2, pdgDecayMothers, particlesMc); | ||
| continue; |
There was a problem hiding this comment.
do you really need it? Aren't you at the end of the iteration?
There was a problem hiding this comment.
You are right, thank you.
I've implemented the correction.
| if (!isSelectedTopology(primVtx, secVtx, covMatrixPCA, pVec, trackDcaXy, channel)) { | ||
| if (fillTagTable) { | ||
| getTagInfo<doMc>(primVtx, secVtx, covMatrixPCA, pVec, trackDcaXy, channel, trackFirst, trackSecond, invMass2, pdgDecayMothers, particlesMc); | ||
| continue; |
There was a problem hiding this comment.
do you really need it? Aren't you at the end of the iteration?
| /// K∓K± for φ from Ds± or D± → φπ± decays | ||
| /// K∓π± for D0 from D±* → D0π± decays | ||
| else { | ||
| for (auto pdgGrandMother : pdgDecayMothers) { |
There was a problem hiding this comment.
in case you use DsOrDplusToKKPi you return 1 either if the kaon has a Ds or a D+ as mother, but in this way is not distinguishable. Is it what you want?
There was a problem hiding this comment.
Thank you for the comment!
For the time being we are following the Fabrizio Grosa recipe where he does not make any selection on the mother for this particular decay channel. Here we are just looking that both Kaons come from the Phi.
https://indico.cern.ch/event/1371921/contributions/5773861/attachments/2787104/4859629/AOTTrack_Dmeson_TagAndProbe.pdf
DanielMorris13
commented
Feb 23, 2024
Hi Mattia! Daniel. |
mfaggin
commented
Feb 23, 2024
Thanks Daniel, once you fix the formatting issues I approve it |
Please consider the following formatting changes to AliceO2Group#4844
Head branch was pushed to by a user without write access
DanielMorris13
commented
Feb 23, 2024
Thanks Mattia, due to formatting issues in one of the automatic test I pushed agin. Can you approve it again? |
This PR contains: