Skip to content

Commit fec5a9d

Browse files
committed
Fix template keyword.
1 parent 151669d commit fec5a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/Tasks/taskPidStudies.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ struct HfTaskPidStudies {
312312
return Particle::NotMatched;
313313
}
314314
auto v0MC = cand.template v0MCCore_as<aod::V0MCCores>();
315-
int v0MCId = cand.template v0MCCoreId();
315+
int v0MCId = cand.v0MCCoreId();
316316
if (v0MCId >= mcCoresSize) {
317317
// LOG(warn) << "v0MCId (" << v0MCId << ") >= MCCores size (" << mcCoresSize << "). Some issue in the data model?";
318318
return Particle::NotMatched;

0 commit comments

Comments
 (0)