@@ -268,7 +268,7 @@ struct HfTaskCorrelationLcHadrons {
268268 registry.add (" hDeltaPhiPtIntSidebandsMcRec" , stringLcHadron + stringSideband + stringDeltaPhi + " entries" , {HistType::kTH1D , {axisDeltaPhi}});
269269 registry.add (" hCorrel2DPtIntSidebandsMcRec" , stringLcHadron + stringSideband + stringDeltaPhi + stringDeltaEta + " entries" , {HistType::kTH2F , {{axisDeltaPhi}, {axisDeltaEta}}});
270270 registry.add (" hCorrel2DVsPtSidebandsMcRec" , stringLcHadron + stringSideband + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtCorr}, {axisPtHadron}, {axisPoolBin}}});
271- registry.add (" hCorrel2DVsPtPhysicalPrimaryMcRec" , stringLcHadron + " (only true primary particles)" + stringSignal, {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtLc}, {axisPtHadron}, {axisLcPrompt}, {axisPoolBin},{axisCentFT0M}}});
271+ registry.add (" hCorrel2DVsPtPhysicalPrimaryMcRec" , stringLcHadron + " (only true primary particles)" + stringSignal, {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtLc}, {axisPtHadron}, {axisLcPrompt}, {axisPoolBin}, {axisCentFT0M}}});
272272 registry.add (" hCorrel2DVsPtTrueLcPhysicalPrimaryMcRec" , stringLcHadron + " (only true Lc, and true primary particles)" + stringSignal, {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtLc}, {axisPtHadron}, {axisLcPrompt}, {axisPoolBin}}});
273273 registry.add (" hDeltaEtaPtIntSidebandLeftMcRec" , stringLcHadron + " Left" + stringSideband + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTH1D , {axisDeltaEta}});
274274 registry.add (" hDeltaPhiPtIntSidebandLeftMcRec" , stringLcHadron + " Left" + stringSideband + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTH1D , {axisDeltaPhi}});
@@ -283,7 +283,7 @@ struct HfTaskCorrelationLcHadrons {
283283 registry.add (" hCorrel2DVsPtSignalRegionTruePromptLcPromptHadronMcRec" , stringLcHadron + " signal region and true PromptLc - Prompt Track MC reco" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtLc}, {axisPtHadron}, {axisPoolBin}}});
284284 registry.add (" hCorrel2DVsPtSignalRegionTrueNonPromptLcNonPromptHadronMcRec" , stringLcHadron + " signal region and true PromptLc - NonPrompt Track MC reco" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtLc}, {axisPtHadron}, {axisPoolBin}}});
285285 registry.add (" hCorrel2DVsPtSignalMcRec" , stringLcHadron + stringSignal + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtCorr}, {axisPtHadron}, {axisPoolBin}, {axisCentFT0M}}});
286- registry.add (" hCorrel2DVsPtSignalRegionMcRec" , stringLcHadron + stringSignal + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtCorr}, {axisPtHadron}, {axisLcPrompt}, {axisPoolBin},{axisCentFT0M}}});
286+ registry.add (" hCorrel2DVsPtSignalRegionMcRec" , stringLcHadron + stringSignal + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtCorr}, {axisPtHadron}, {axisLcPrompt}, {axisPoolBin}, {axisCentFT0M}}});
287287 registry.add (" hCorrel2DVsPtBkgMcRec" , stringLcHadron + stringSignal + stringDeltaPhi + stringDeltaEta + stringPtLc + stringPtHadron + " entries" , {HistType::kTHnSparseD , {{axisDeltaPhi}, {axisDeltaEta}, {axisPtCorr}, {axisPtHadron}, {axisPoolBin}}});
288288
289289 registry.get <THnSparse>(HIST (" hCorrel2DVsPtSidebandLeftMcRec" ))->Sumw2 ();
@@ -640,7 +640,7 @@ struct HfTaskCorrelationLcHadrons {
640640 if (useCentrality) {
641641 cent = pairEntry.cent ();
642642 }
643-
643+
644644 // reject entries outside pT ranges of interest
645645 if (ptLc < binsPtEfficiencyLc->front () || ptLc > binsPtEfficiencyLc->back ()) {
646646 continue ;
0 commit comments