Skip to content

Commit 0b01ecd

Browse files
Merge pull request #2 from alibuild/alibot-cleanup-15183
Please consider the following formatting changes to #15183
2 parents dbea66a + 92e5bbf commit 0b01ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ALICE3/TRK/macros/test/CheckTracksCA.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ void CheckTracksCA(std::string trackfile = "o2trac_trk.root",
417417
}
418418

419419
} // end loop over reco tracks
420-
} // end loop over RoFs
420+
} // end loop over RoFs
421421

422422
// inclusive efficiencies for Good tracks
423423
float effForAllGood = counterAll > 0 ? 100.f * foundAllGood.size() / counterAll : 0.f;

0 commit comments

Comments
 (0)