We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f01df3 commit 0bcbba3Copy full SHA for 0bcbba3
PWGHF/TableProducer/candidateSelectorXic0ToXiPiKf.cxx
@@ -224,7 +224,7 @@ struct HfCandidateSelectorXic0ToXiPiKf {
224
// looping over charm baryon candidates
225
for (const auto& candidate : candidates) {
226
227
- auto ptCand = RecoDecay::sqrtSumOfSquares(candidate.pxCharmBaryon(), candidate.pyCharmBaryon());
+ auto ptCand = RecoDecay::pt(candidate.pxCharmBaryon(), candidate.pyCharmBaryon());
228
229
bool resultSelections = true; // True if the candidate passes all the selections, False otherwise
230
0 commit comments