We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49d9656 + b69750a commit e0b9fd9Copy full SHA for e0b9fd9
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