Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
1481014945 authored Oct 28, 2024
1 parent 13f7d6f commit c8d5685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGHF/HFC/Tasks/taskCorrelationLcHadrons.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ struct HfTaskCorrelationLcHadrons {
default:
break;
}
};
}

// check if correlation entry belongs to signal region, sidebands or is outside both, and fill correlation plots
if (massLc > signalRegionInner->at(ptBinLc) && massLc < signalRegionOuter->at(ptBinLc)) {
Expand Down

0 comments on commit c8d5685

Please sign in to comment.