Skip to content

Commit 5669b09

Browse files
authored
Merge pull request #48 from alibuild/alibot-cleanup-12056
Please consider the following formatting changes to #12056
2 parents 741a348 + 4e7309a commit 5669b09

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

DPG/Tasks/MFT/aQCMFTTracks.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@ struct CheckMFT {
9292
if (nCls >= 5) {
9393
registry.fill(HIST("mMFTTrackXY_5_MinClusters"), x, y);
9494
registry.fill(HIST("mMFTTrackEtaPhi_5_MinClusters"), eta, phi);
95-
if (nCls >= 6) {
96-
registry.fill(HIST("mMFTTrackXY_6_MinClusters"), x, y);
97-
registry.fill(HIST("mMFTTrackEtaPhi_6_MinClusters"), eta, phi);
98-
} 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) {
99100
registry.fill(HIST("mMFTTrackXY_7_MinClusters"), x, y);
100101
registry.fill(HIST("mMFTTrackEtaPhi_7_MinClusters"), eta, phi);
101102
if (nCls >= 8) {

0 commit comments

Comments
 (0)