We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17517d commit 14f136dCopy full SHA for 14f136d
PWGHF/TableProducer/candidateSelectorXic0ToXiPiKf.cxx
@@ -226,9 +226,7 @@ struct HfCandidateSelectorXic0ToXiPiKf {
226
// looping over charm baryon candidates
227
for (const auto& candidate : candidates) {
228
229
- //auto ptCandXic = candidate.kfptXic();
230
auto ptCand = RecoDecay::sqrtSumOfSquares(candidate.pxCharmBaryon(), candidate.pyCharmBaryon());
231
- //pxCharmBaryon
232
233
bool resultSelections = true; // True if the candidate passes all the selections, False otherwise
234
0 commit comments