Skip to content

Commit 4e7309a

Browse files
committed
Please consider the following formatting changes
1 parent 0c2e3cd commit 4e7309a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

DPG/Tasks/MFT/aQCMFTTracks.cxx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
#include "Framework/TimingInfo.h"
3131
#include "Framework/runDataProcessing.h"
3232

33-
#include <algorithm>
3433
#include <TH1F.h>
3534
#include <TH2F.h>
3635

36+
#include <algorithm>
37+
3738
using namespace o2;
3839
using namespace o2::framework;
3940
using namespace o2::aod;
@@ -91,10 +92,11 @@ struct CheckMFT {
9192
if (nCls >= 5) {
9293
registry.fill(HIST("mMFTTrackXY_5_MinClusters"), x, y);
9394
registry.fill(HIST("mMFTTrackEtaPhi_5_MinClusters"), eta, phi);
94-
if (nCls >= 6) {
95-
registry.fill(HIST("mMFTTrackXY_6_MinClusters"), x, y);
96-
registry.fill(HIST("mMFTTrackEtaPhi_6_MinClusters"), eta, phi);
97-
} if (nCls >= 7) {
95+
if (nCls >= 6) {
96+
registry.fill(HIST("mMFTTrackXY_6_MinClusters"), x, y);
97+
registry.fill(HIST("mMFTTrackEtaPhi_6_MinClusters"), eta, phi);
98+
}
99+
if (nCls >= 7) {
98100
registry.fill(HIST("mMFTTrackXY_7_MinClusters"), x, y);
99101
registry.fill(HIST("mMFTTrackEtaPhi_7_MinClusters"), eta, phi);
100102
if (nCls >= 8) {

0 commit comments

Comments
 (0)