@@ -316,7 +316,7 @@ struct HfCorrelatorLcHadrons {
316316 registry.add (" hLcBin" , " Lc selected in pool Bin;pool Bin;entries" , {HistType::kTH1F , {{9 , 0 ., 9 .}}});
317317 registry.add (" hTracksBin" , " Tracks selected in pool Bin;pool Bin;entries" , {HistType::kTH1F , {{9 , 0 ., 9 .}}});
318318 if (isMultiplicityDependent) {
319- registry.add (" hMassLcVsPtvsmult " , " Lc candidates;inv. mass (p K #pi) (GeV/#it{c}^{2});entries" , {HistType::kTH3F , {{axisMassLc}, {axisPtLc}, {axisCent}}});
319+ registry.add (" hMassLcVsPtvsMult " , " Lc candidates;inv. mass (p K #pi) (GeV/#it{c}^{2});entries" , {HistType::kTH3F , {{axisMassLc}, {axisPtLc}, {axisCent}}});
320320 } else {
321321 registry.add (" hMassLcVsPt" , " Lc candidates;inv. mass (p K #pi) (GeV/#it{c}^{2});entries" , {HistType::kTH2F , {{axisMassLc}, {axisPtLc}}});
322322 }
@@ -432,7 +432,7 @@ struct HfCorrelatorLcHadrons {
432432
433433 if (candidate.isSelLcToPKPi () >= selectionFlagLc) {
434434 if (isMultiplicityDependent) {
435- registry.fill (HIST (" hMassLcVsPtvsmult " ), hfHelper.invMassLcToPKPi (candidate), candidate.pt (), cent, efficiencyWeightLc);
435+ registry.fill (HIST (" hMassLcVsPtvsMult " ), hfHelper.invMassLcToPKPi (candidate), candidate.pt (), cent, efficiencyWeightLc);
436436 } else {
437437 registry.fill (HIST (" hMassLcVsPt" ), hfHelper.invMassLcToPKPi (candidate), candidate.pt (), efficiencyWeightLc);
438438 }
@@ -446,7 +446,7 @@ struct HfCorrelatorLcHadrons {
446446 }
447447 if (candidate.isSelLcToPiKP () >= selectionFlagLc) {
448448 if (isMultiplicityDependent) {
449- registry.fill (HIST (" hMassLcVsPtvsmult " ), hfHelper.invMassLcToPKPi (candidate), candidate.pt (), cent, efficiencyWeightLc);
449+ registry.fill (HIST (" hMassLcVsPtvsMult " ), hfHelper.invMassLcToPKPi (candidate), candidate.pt (), cent, efficiencyWeightLc);
450450 } else {
451451 registry.fill (HIST (" hMassLcVsPt" ), hfHelper.invMassLcToPKPi (candidate), candidate.pt (), efficiencyWeightLc);
452452 }
0 commit comments