We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d9656 commit b69750aCopy full SHA for b69750a
1 file changed
PWGLF/TableProducer/Strangeness/sigma0builder.cxx
@@ -1253,7 +1253,7 @@ struct sigma0builder {
1253
for (size_t i = 0; i < selV0Indices.size(); ++i) {
1254
auto v0 = fullv0s.rawIteratorAt(selV0Indices[i]);
1255
1256
- if (!v0.has_v0MCCore())
+ if (!v0.has_v0MCCore())
1257
continue;
1258
1259
auto v0MC = v0.template v0MCCore_as<soa::Join<aod::V0MCCores, aod::V0MCCollRefs>>();
0 commit comments