From e07e91cfebb5cbb5d3918241a2b99b2fc965e69a Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 10 Jun 2026 08:57:26 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Tasks/centralityQa.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Tasks/centralityQa.cxx b/Common/Tasks/centralityQa.cxx index 2c281dd02d0..4baf784205a 100644 --- a/Common/Tasks/centralityQa.cxx +++ b/Common/Tasks/centralityQa.cxx @@ -450,7 +450,7 @@ struct CentralityQa { histos.fill(HIST("hBCSelection"), 3); // FV0OrA } - const float largeVertexZ = 100.0f; + const float largeVertexZ = 100.0f; if (bcsel.selectVertexZwithT0 && bcsel.vertexZwithT0 < largeVertexZ) { if (bc.has_ft0()) { const auto& ft0 = bc.ft0();