We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 741a348 + 4e7309a commit 5669b09Copy full SHA for 5669b09
DPG/Tasks/MFT/aQCMFTTracks.cxx
@@ -92,10 +92,11 @@ struct CheckMFT {
92
if (nCls >= 5) {
93
registry.fill(HIST("mMFTTrackXY_5_MinClusters"), x, y);
94
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) {
+ if (nCls >= 6) {
+ registry.fill(HIST("mMFTTrackXY_6_MinClusters"), x, y);
+ registry.fill(HIST("mMFTTrackEtaPhi_6_MinClusters"), eta, phi);
+ }
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) {
0 commit comments