Skip to content

Commit fcd05d5

Browse files
authored
[ALICE3] Fix typo in otf multi-charm table producer (#12468)
1 parent 76eea70 commit fcd05d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/alice3-multicharmTable.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ struct alice3multicharmTable {
723723
histos.fill(HIST("hDCAxyXiCC"), std::fabs(xiccdcaXY * 1e+4));
724724
histos.fill(HIST("hDCAzXiCC"), std::fabs(xiccdcaZ * 1e+4));
725725

726-
if (std::fabs(thisXiCcandidate.eta) > xiccMaxEta)
726+
if (std::fabs(thisXiCCcandidate.eta) > xiccMaxEta)
727727
continue; // not in central barrel
728728

729729
histos.fill(HIST("hCharmBuilding"), 3.0f);

0 commit comments

Comments
 (0)