Skip to content

[PWGDQ] add tag and probe method for dalitz selection#15948

Merged
iarsene merged 9 commits into
AliceO2Group:masterfrom
glegras:dalitz
May 4, 2026
Merged

[PWGDQ] add tag and probe method for dalitz selection#15948
iarsene merged 9 commits into
AliceO2Group:masterfrom
glegras:dalitz

Conversation

@glegras
Copy link
Copy Markdown
Contributor

@glegras glegras commented Apr 23, 2026

No description provided.

@github-actions github-actions Bot added the pwgdq label Apr 23, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 23, 2026

O2 linter results: ❌ 23 errors, ⚠️ 232 warnings, 🔕 91 disabled

@glegras glegras marked this pull request as ready for review April 23, 2026 16:53
@alibuild
Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for 8926f02 at 2026-04-26 02:46:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

Comment thread PWGDQ/Core/CutsLibrary.cxx Outdated
@iarsene iarsene merged commit 229e092 into AliceO2Group:master May 4, 2026
11 of 13 checks passed
SuJeong-Ji pushed a commit to SuJeong-Ji/O2Physics that referenced this pull request May 22, 2026
Comment thread PWGDQ/Core/AnalysisCut.h
Comment on lines -52 to +69
short fVar; // variable to be cut upon
int16_t fVar; // variable to be cut upon
float fLow; // lower limit for the var
float fHigh; // upper limit for the var
bool fExclude; // if true, use the selection range for exclusion

short fDepVar; // first (optional) variable on which the cut depends
int16_t fDepVar; // first (optional) variable on which the cut depends
float fDepLow; // lower limit for the first dependent var
float fDepHigh; // upper limit for the first dependent var
bool fDepExclude; // if true, then use the dependent variable range as exclusion

short fDepVar2; // second (optional) variable on which the cut depends
int16_t fDepVar2; // second (optional) variable on which the cut depends
float fDep2Low; // lower limit for the second dependent var
float fDep2High; // upper limit for the second dependent var
bool fDep2Exclude; // if true, then use the dependent variable range as exclusion

TF1* fFuncLow; // function for the lower limit cut
TF1* fFuncHigh; // function for the upper limit cut
std::shared_ptr<TF1> fFuncLow; // function for the lower limit cut
std::shared_ptr<TF1> fFuncHigh; // function for the upper limit cut
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.

These are all uninitialised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

4 participants