Skip to content

Commit 92e5bbf

Browse files
committed
Please consider the following formatting changes
1 parent dbea66a commit 92e5bbf

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)