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.
1 parent 76eea70 commit fcd05d5Copy full SHA for fcd05d5
ALICE3/TableProducer/alice3-multicharmTable.cxx
@@ -723,7 +723,7 @@ struct alice3multicharmTable {
723
histos.fill(HIST("hDCAxyXiCC"), std::fabs(xiccdcaXY * 1e+4));
724
histos.fill(HIST("hDCAzXiCC"), std::fabs(xiccdcaZ * 1e+4));
725
726
- if (std::fabs(thisXiCcandidate.eta) > xiccMaxEta)
+ if (std::fabs(thisXiCCcandidate.eta) > xiccMaxEta)
727
continue; // not in central barrel
728
729
histos.fill(HIST("hCharmBuilding"), 3.0f);
0 commit comments