From 4e7309a3e89d36486abab29d36cc3835c7161bab Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 15 Jul 2025 14:15:51 +0000 Subject: [PATCH] Please consider the following formatting changes --- DPG/Tasks/MFT/aQCMFTTracks.cxx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/DPG/Tasks/MFT/aQCMFTTracks.cxx b/DPG/Tasks/MFT/aQCMFTTracks.cxx index b0c3b510d21..77f5b8ad790 100644 --- a/DPG/Tasks/MFT/aQCMFTTracks.cxx +++ b/DPG/Tasks/MFT/aQCMFTTracks.cxx @@ -30,10 +30,11 @@ #include "Framework/TimingInfo.h" #include "Framework/runDataProcessing.h" -#include #include #include +#include + using namespace o2; using namespace o2::framework; using namespace o2::aod; @@ -91,10 +92,11 @@ struct CheckMFT { if (nCls >= 5) { registry.fill(HIST("mMFTTrackXY_5_MinClusters"), x, y); registry.fill(HIST("mMFTTrackEtaPhi_5_MinClusters"), eta, phi); - if (nCls >= 6) { - registry.fill(HIST("mMFTTrackXY_6_MinClusters"), x, y); - registry.fill(HIST("mMFTTrackEtaPhi_6_MinClusters"), eta, phi); -} if (nCls >= 7) { + if (nCls >= 6) { + registry.fill(HIST("mMFTTrackXY_6_MinClusters"), x, y); + registry.fill(HIST("mMFTTrackEtaPhi_6_MinClusters"), eta, phi); + } + if (nCls >= 7) { registry.fill(HIST("mMFTTrackXY_7_MinClusters"), x, y); registry.fill(HIST("mMFTTrackEtaPhi_7_MinClusters"), eta, phi); if (nCls >= 8) {