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 151669d commit fec5a9dCopy full SHA for fec5a9d
PWGHF/Tasks/taskPidStudies.cxx
@@ -312,7 +312,7 @@ struct HfTaskPidStudies {
312
return Particle::NotMatched;
313
}
314
auto v0MC = cand.template v0MCCore_as<aod::V0MCCores>();
315
- int v0MCId = cand.template v0MCCoreId();
+ int v0MCId = cand.v0MCCoreId();
316
if (v0MCId >= mcCoresSize) {
317
// LOG(warn) << "v0MCId (" << v0MCId << ") >= MCCores size (" << mcCoresSize << "). Some issue in the data model?";
318
0 commit comments