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 c67251f commit 30da79cCopy full SHA for 30da79c
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx
@@ -809,7 +809,7 @@ struct OnTheFlyTracker {
809
}
810
if (v0DecaySettings.doV0QA && isV0) {
811
static_for<0, 11>([&](auto i) {
812
- constexpr int Index = i.value % 3;
+ constexpr int Index = i.value / 4;
813
constexpr int IndexCnfg = i.value % 4;
814
if (pdg == v0PDGs[Index] && icfg == IndexCnfg) {
815
@@ -1175,7 +1175,7 @@ struct OnTheFlyTracker {
1175
1176
if (v0DecaySettings.doV0QA) {
1177
1178
1179
1180
1181
if (isReco[0] && isReco[1]) {
0 commit comments