@@ -228,7 +228,7 @@ struct HfTaskCorrelationLcHadrons {
228228 registry.add (" hDeltaPhiPtIntSidebands" , stringLcHadron + stringSideband + stringDeltaPhi + " entries" , {HistType::kTH1F , {axisDeltaPhi}});
229229 registry.add (" hCorrel2DPtIntSidebands" , stringLcHadron + stringSideband + stringDeltaPhi + stringDeltaEta + " entries" , {HistType::kTH2F , {{axisDeltaPhi}, {axisDeltaEta}}});
230230 if (isMultiplicityDependent) {
231- registry.add (" hCorrel2DVsPtSidebandsWithCentrality" , stringLcHadron + stringSideband + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtCorr}, {axisPtHadron}, {axisCentFT0M }, {axisPoolBin }}});
231+ registry.add (" hCorrel2DVsPtSidebandsWithCentrality" , stringLcHadron + stringSideband + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseF , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtCorr}, {axisPtHadron}, {axisPoolBin }, {axisCentFT0M }}});
232232 } else {
233233 registry.add (" hCorrel2DVsPtSidebands" , stringLcHadron + stringSideband + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtCorr}, {axisPtHadron}, {axisPoolBin}}});
234234 }
@@ -239,9 +239,9 @@ struct HfTaskCorrelationLcHadrons {
239239
240240 if (!fillSign) {
241241 if (isMultiplicityDependent) {
242- registry.add (" hCorrel2DVsPtSidebandLeftWithCentrality" , stringLcHadron + " Left" + stringSideband + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtLc}, {axisPtHadron}, {axisCentFT0M }, {axisPoolBin }}});
243- registry.add (" hCorrel2DVsPtSidebandRightWithCentrality" , stringLcHadron + " Right" + stringSideband + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtLc}, {axisPtHadron}, {axisCentFT0M }, {axisPoolBin }}});
244- registry.add (" hCorrel2DVsPtSignalRegionWithCentrality" , stringLcHadron + stringSignal + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtCorr}, {axisPtHadron}, {axisCentFT0M }, {axisPoolBin }}});
242+ registry.add (" hCorrel2DVsPtSidebandLeftWithCentrality" , stringLcHadron + " Left" + stringSideband + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseF , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtLc}, {axisPtHadron}, {axisPoolBin }, {axisCentFT0M }}});
243+ registry.add (" hCorrel2DVsPtSidebandRightWithCentrality" , stringLcHadron + " Right" + stringSideband + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseF , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtLc}, {axisPtHadron}, {axisPoolBin }, {axisCentFT0M }}});
244+ registry.add (" hCorrel2DVsPtSignalRegionWithCentrality" , stringLcHadron + stringSignal + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseF , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtCorr}, {axisPtHadron}, {axisPoolBin }, {axisCentFT0M }}});
245245 registry.get <THnSparse>(HIST (" hCorrel2DVsPtSidebandLeftWithCentrality" ))->Sumw2 ();
246246 registry.get <THnSparse>(HIST (" hCorrel2DVsPtSidebandRightWithCentrality" ))->Sumw2 ();
247247 registry.get <THnSparse>(HIST (" hCorrel2DVsPtSignalRegionWithCentrality" ))->Sumw2 ();
@@ -541,7 +541,7 @@ struct HfTaskCorrelationLcHadrons {
541541 } else {
542542
543543 if (isMultiplicityDependent) {
544- registry.fill (HIST (" hCorrel2DVsPtSignalRegionWithCentrality" ), deltaPhi, deltaEta, ptLc, ptHadron, centr, poolBin , efficiencyWeight);
544+ registry.fill (HIST (" hCorrel2DVsPtSignalRegionWithCentrality" ), deltaPhi, deltaEta, ptLc, ptHadron, poolBin, centr , efficiencyWeight);
545545 } else {
546546 registry.fill (HIST (" hCorrel2DVsPtSignalRegion" ), deltaPhi, deltaEta, ptLc, ptHadron, poolBin, efficiencyWeight);
547547 }
@@ -556,15 +556,15 @@ struct HfTaskCorrelationLcHadrons {
556556 registry.fill (HIST (" hCorrel2DVsPtSignSidebandLeft" ), deltaPhi, deltaEta, ptLc, ptHadron, signPair, poolBin, efficiencyWeight);
557557 } else {
558558 if (isMultiplicityDependent) {
559- registry.fill (HIST (" hCorrel2DVsPtSidebandLeftWithCentrality" ), deltaPhi, deltaEta, ptLc, ptHadron, centr, poolBin , efficiencyWeight);
559+ registry.fill (HIST (" hCorrel2DVsPtSidebandLeftWithCentrality" ), deltaPhi, deltaEta, ptLc, ptHadron, poolBin, centr , efficiencyWeight);
560560 } else {
561561 registry.fill (HIST (" hCorrel2DVsPtSidebandLeft" ), deltaPhi, deltaEta, ptLc, ptHadron, poolBin, efficiencyWeight);
562562 }
563563 }
564564 registry.fill (HIST (" hDeltaEtaPtIntSidebandLeft" ), deltaEta, efficiencyWeight);
565565 registry.fill (HIST (" hDeltaPhiPtIntSidebandLeft" ), deltaPhi, efficiencyWeight);
566566 if (isMultiplicityDependent) {
567- registry.fill (HIST (" hCorrel2DVsPtSidebandsWithCentrality" ), deltaPhi, deltaEta, ptLc, ptHadron, centr, poolBin , efficiencyWeight);
567+ registry.fill (HIST (" hCorrel2DVsPtSidebandsWithCentrality" ), deltaPhi, deltaEta, ptLc, ptHadron, poolBin, centr , efficiencyWeight);
568568 } else {
569569 registry.fill (HIST (" hCorrel2DVsPtSidebands" ), deltaPhi, deltaEta, ptLc, ptHadron, poolBin, efficiencyWeight);
570570 }
@@ -578,15 +578,15 @@ struct HfTaskCorrelationLcHadrons {
578578 registry.fill (HIST (" hCorrel2DVsPtSignSidebandRight" ), deltaPhi, deltaEta, ptLc, ptHadron, signPair, poolBin, efficiencyWeight);
579579 } else {
580580 if (isMultiplicityDependent) {
581- registry.fill (HIST (" hCorrel2DVsPtSidebandRightWithCentrality" ), deltaPhi, deltaEta, ptLc, ptHadron, centr, poolBin , efficiencyWeight);
581+ registry.fill (HIST (" hCorrel2DVsPtSidebandRightWithCentrality" ), deltaPhi, deltaEta, ptLc, ptHadron, poolBin, centr , efficiencyWeight);
582582 } else {
583583 registry.fill (HIST (" hCorrel2DVsPtSidebandRight" ), deltaPhi, deltaEta, ptLc, ptHadron, poolBin, efficiencyWeight);
584584 }
585585 }
586586 registry.fill (HIST (" hDeltaEtaPtIntSidebandRight" ), deltaEta, efficiencyWeight);
587587 registry.fill (HIST (" hDeltaPhiPtIntSidebandRight" ), deltaPhi, efficiencyWeight);
588588 if (isMultiplicityDependent) {
589- registry.fill (HIST (" hCorrel2DVsPtSidebandsWithCentrality" ), deltaPhi, deltaEta, ptLc, ptHadron, centr, poolBin , efficiencyWeight);
589+ registry.fill (HIST (" hCorrel2DVsPtSidebandsWithCentrality" ), deltaPhi, deltaEta, ptLc, ptHadron, poolBin, centr , efficiencyWeight);
590590 } else {
591591 registry.fill (HIST (" hCorrel2DVsPtSidebands" ), deltaPhi, deltaEta, ptLc, ptHadron, poolBin, efficiencyWeight);
592592 }
0 commit comments