From 45f0a0d3f057f61f34a4a25d6f997779618fae9a Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 16 Jan 2026 16:57:38 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Nuspex/ebyeMaker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/TableProducer/Nuspex/ebyeMaker.cxx b/PWGLF/TableProducer/Nuspex/ebyeMaker.cxx index 50069182b38..288fc62ee93 100644 --- a/PWGLF/TableProducer/Nuspex/ebyeMaker.cxx +++ b/PWGLF/TableProducer/Nuspex/ebyeMaker.cxx @@ -937,7 +937,7 @@ struct EbyeMaker { fillRecoEvent(collision, tracks, v0TableThisCollision, centrality); histos.fill(HIST("QA/PvMultVsCent"), centrality, nTracksColl); - + miniCollTable(static_cast(collision.posZ() * 10), 0x0, nTrackletsColl, centrality, nTracksColl); for (auto& candidateTrack : candidateTracks[0]) { // o2-linter: disable=const-ref-in-for-loop (not a const ref) auto tk = tracks.rawIteratorAt(candidateTrack.globalIndex);