From 5e0f6bd7d222743e5b38ecca69bde28c53189bcd Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 14 Jun 2025 12:28:08 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/multiplicityTable.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Common/TableProducer/multiplicityTable.cxx b/Common/TableProducer/multiplicityTable.cxx index 14fb970a6d9..eb9648ecf2b 100644 --- a/Common/TableProducer/multiplicityTable.cxx +++ b/Common/TableProducer/multiplicityTable.cxx @@ -739,10 +739,10 @@ struct MultiplicityTable { { for (auto const& hepmchi : hepmchis) { multHepMCHIs(hepmchi.mcCollisionId(), - hepmchi.ncollHard(), - hepmchi.npartProj(), - hepmchi.npartTarg(), - hepmchi.ncoll(), + hepmchi.ncollHard(), + hepmchi.npartProj(), + hepmchi.npartTarg(), + hepmchi.ncoll(), hepmchi.impactParameter()); } }