Skip to content

PWGHF: add pt-dependent Lc-window cut and fix ConfigAxes. - #3826

Merged
fgrosa merged 1 commit into
AliceO2Group:masterfrom
mfaggin:dev_sc
Nov 14, 2023
Merged

PWGHF: add pt-dependent Lc-window cut and fix ConfigAxes.#3826
fgrosa merged 1 commit into
AliceO2Group:masterfrom
mfaggin:dev_sc

Conversation

@mfaggin

Copy link
Copy Markdown
Collaborator

No description provided.

Comment on lines +936 to +951
constexpr double binsPt[nBinsPt + 1] = {
0.,
1.,
2.,
3.,
4.,
5.,
6.,
8.,
12.,
24.,
36.};
auto vecBinsPt = std::vector<double>{binsPt, binsPt + nBinsPt + 1};

// default values for the cuts
constexpr double cuts[nBinsPt][nCutVars] = {{0.03, 0.03}, /* 0 < pT < 1 */

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know that the cut values defined for all the other channels are double, however we don't need double precision for them. It is ok for the moment to use double for consistency, but I would keep it in mind and modify all of them to float in the future.

@fgrosa
fgrosa merged commit 0007e6c into AliceO2Group:masterNov 14, 2023
@mfaggin
mfaggin deleted the dev_sc branch November 14, 2023 09:03
chengtt0406 pushed a commit to chengtt0406/O2Physics that referenced this pull request Dec 6, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mfaggin@fgrosa