From 8bfe6dc42832093249ff64cce7a28aaee39c4234 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 8 Mar 2024 10:08:40 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/treeCreatorToXiPi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGHF/TableProducer/treeCreatorToXiPi.cxx b/PWGHF/TableProducer/treeCreatorToXiPi.cxx index 5c60a8a7c9e..84be81769a2 100644 --- a/PWGHF/TableProducer/treeCreatorToXiPi.cxx +++ b/PWGHF/TableProducer/treeCreatorToXiPi.cxx @@ -224,7 +224,7 @@ struct HfTreeCreatorToXiPi { template void fillEvent(const T& collision, float cutZPv) { - rowEv(true, collision.sel8(), std::abs(collision.posZ()) < cutZPv); + rowEv(true, collision.sel8(), std::abs(collision.posZ()) < cutZPv); } template