Skip to content

Commit d7f821f

Browse files
authored
Update aQCMFTTracks.cxx
1 parent 5669b09 commit d7f821f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DPG/Tasks/MFT/aQCMFTTracks.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ struct CheckMFT {
9595
if (nCls >= 6) {
9696
registry.fill(HIST("mMFTTrackXY_6_MinClusters"), x, y);
9797
registry.fill(HIST("mMFTTrackEtaPhi_6_MinClusters"), eta, phi);
98-
}
99-
if (nCls >= 7) {
100-
registry.fill(HIST("mMFTTrackXY_7_MinClusters"), x, y);
101-
registry.fill(HIST("mMFTTrackEtaPhi_7_MinClusters"), eta, phi);
102-
if (nCls >= 8) {
103-
registry.fill(HIST("mMFTTrackXY_8_MinClusters"), x, y);
104-
registry.fill(HIST("mMFTTrackEtaPhi_8_MinClusters"), eta, phi);
98+
if (nCls >= 7) {
99+
registry.fill(HIST("mMFTTrackXY_7_MinClusters"), x, y);
100+
registry.fill(HIST("mMFTTrackEtaPhi_7_MinClusters"), eta, phi);
101+
if (nCls >= 8) {
102+
registry.fill(HIST("mMFTTrackXY_8_MinClusters"), x, y);
103+
registry.fill(HIST("mMFTTrackEtaPhi_8_MinClusters"), eta, phi);
104+
}
105105
}
106106
}
107107
}

0 commit comments

Comments
 (0)