Skip to content

Commit af193f4

Browse files
committed
fix bracket notation
1 parent 2123949 commit af193f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGEM/PhotonMeson/Tasks/photonhbt.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ struct Photonhbt {
13351335
if (qinv > crosspair.cfgCrossMaxQinvQA.value) {
13361336
return;
13371337
}
1338-
for (int i = 0; i < 2; ++i) { // o2-linter: disable = magic - number combinations of fake photons
1338+
for (int i = 0; i < 2; ++i) { // o2-linter: disable=magic-number (combinations of fake photons)
13391339
fRegistryCF.fill(HIST(dir) + HIST("hSparse_Mee_Dist_Qinv"), c.mee[i], c.dist[i], qinv);
13401340
}
13411341
}

0 commit comments

Comments
 (0)