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 04d3771 commit 97ad562Copy full SHA for 97ad562
EventFiltering/PWGHF/HFFilter.cxx
@@ -1317,7 +1317,8 @@ struct HfFilter { // Main struct for HF triggers
1317
}
1318
1319
1320
- } else if (isDeuteron && track.collisionId() == thisCollId) {
+ }
1321
+ if (isDeuteron && track.collisionId() == thisCollId) {
1322
for (int iHypo{0}; iHypo < kNCharmParticles - 1 && !keepEvent[kFemto3P]; ++iHypo) {
1323
if (isCharmTagged[iHypo] && enableFemtoChannels->get(1u, iHypo + 1)) {
1324
float relativeMomentum = helper.computeRelativeMomentum(pVecFourth, pVec3Prong, massCharmHypos[iHypo]);
0 commit comments