Skip to content

Commit 0906c72

Browse files
committed
Update Lc-hadron correlation task
1 parent b7149a5 commit 0906c72

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

PWGHF/HFC/Tasks/taskCorrelationLcHadrons.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,7 @@ struct HfTaskCorrelationLcHadrons {
640640
if (useCentrality) {
641641
cent = pairEntry.cent();
642642
}
643-
644-
LOGF(info, "haha big boss lets see Centrality = %.2f", cent);
645-
643+
646644
// reject entries outside pT ranges of interest
647645
if (ptLc < binsPtEfficiencyLc->front() || ptLc > binsPtEfficiencyLc->back()) {
648646
continue;

0 commit comments

Comments
 (0)