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) {