From 64a9c76c2364d73913e4862361258f98f7be7a36 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 6 Jun 2024 12:28:08 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Strangeness/lambdakzeropid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/TableProducer/Strangeness/lambdakzeropid.cxx b/PWGLF/TableProducer/Strangeness/lambdakzeropid.cxx index 0e8617d51c7..f3c5e243345 100644 --- a/PWGLF/TableProducer/Strangeness/lambdakzeropid.cxx +++ b/PWGLF/TableProducer/Strangeness/lambdakzeropid.cxx @@ -632,7 +632,7 @@ struct lambdakzeropid { // for storing whatever is the relevant quantity for the PV o2::dataformats::VertexBase primaryVertex; if (V0.has_straCollision()) { - auto const& collision = V0.straCollision_as(); + auto const& collision = V0.straCollision_as < soa::Join(); primaryVertex.setPos({collision.posX(), collision.posY(), collision.posZ()}); // cov: won't be used anyways, all fine primaryVertex.setCov(1e-6, 1e-6, 1e-6, 1e-6, 1e-6, 1e-6);