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 ac1fd1d commit 19bcd0aCopy full SHA for 19bcd0a
PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx
@@ -1824,7 +1824,7 @@ struct StrangenessBuilder {
1824
// limited commodity, this isn't the default option.
1825
1826
// check if cached - if not, skip
1827
- if (v0Map[cascade.v0Id] < 0) {
+ if (cascade.v0Id < 0 || v0Map[cascade.v0Id] < 0) {
1828
// this V0 hasn't been stored / cached
1829
products.cascdataLink(-1);
1830
interlinks.cascadeToCascCores.push_back(-1);
0 commit comments