Skip to content

[PWGLF] Added separate work flow for lamda analysis in pO system.#15875

Draft
bhattdurgesh921-sys wants to merge 4 commits intoAliceO2Group:masterfrom
bhattdurgesh921-sys:master
Draft

[PWGLF] Added separate work flow for lamda analysis in pO system.#15875
bhattdurgesh921-sys wants to merge 4 commits intoAliceO2Group:masterfrom
bhattdurgesh921-sys:master

Conversation

@bhattdurgesh921-sys
Copy link
Copy Markdown
Contributor

Added separate work flow for lamda analysis in pO system.

@github-actions github-actions bot added the pwglf label Apr 20, 2026
@github-actions github-actions bot changed the title Added separate work flow for lamda analysis in pO system. [PWGLF] Added separate work flow for lamda analysis in pO system. Apr 20, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 20, 2026

O2 linter results: ❌ 76 errors, ⚠️ 0 warnings, 🔕 0 disabled

Comment on lines +49 to +57
namespace lambda_analysis {
// Named PDG codes — fixes pdg/explicit-code and magic-number errors
static constexpr int PdgProton{2212};
static constexpr int PdgKaon{321};
static constexpr int PdgLambda0{3122};
static constexpr int PdgXiMinus{3312};
static constexpr int PdgXi0{3322};
static constexpr int PdgOmegaMinus{3334};
} // namespace lambda_analysis
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.

No, this is not how you fix the pdg/explicit-code and magic-number errors. Did you actually read the error messages?

Comment on lines +73 to +78
// FIX name/configurable: lowerCamelCase, member name == JSON string, on one
// line
Configurable<bool> applyOccupancyInTimeRangeCut{
"applyOccupancyInTimeRangeCut", false,
"If true, apply a cut on the number of tracks in a time window around "
"the collision (occupancy 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.

Why are you doing the exact opposite?

@vkucera vkucera marked this pull request as draft April 20, 2026 17:36
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.

2 participants