From 52fff7744e3d3f3fb2819a3a114f3687e0d7fcd6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 7 Jun 2024 11:51:50 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/QC/mcParticlePrediction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/QC/mcParticlePrediction.cxx b/PWGLF/Tasks/QC/mcParticlePrediction.cxx index 54e647ac6e7..2b64c76bef0 100644 --- a/PWGLF/Tasks/QC/mcParticlePrediction.cxx +++ b/PWGLF/Tasks/QC/mcParticlePrediction.cxx @@ -65,7 +65,7 @@ const char* estimatorNames[nEstimators] = {"FT0A", "ZPC"}; std::array, o2::pwglf::PIDExtended::NIDsTot>, nEstimators> hpt; -std::array, o2::pwglf::PIDExtended::NIDsTot, nEstimators> hyield; +std::array < std::array, o2::pwglf::PIDExtended::NIDsTot, nEstimators> hyield; struct mcParticlePrediction {