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 6ad1f65 commit e396a16Copy full SHA for e396a16
PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx
@@ -350,7 +350,7 @@ struct HyperNucCandidate {
350
}
351
KFParticle getDaughterTrackKfp(int track)
352
{
353
- return kfpDaughters.at(track + isCascade() ? 1 : 0);
+ return kfpDaughters.at(track + (isCascade() ? 1 : 0));
354
355
float getDcaTrackToVtxXY(int track, std::vector<float> vtx)
356
0 commit comments