Skip to content

[PWGJE] added pvalue configurable, added safeguard for invalid EP values - #18034

Open
joachimckh wants to merge 3 commits into
AliceO2Group:masterfrom
joachimckh:epcheck-rhophipval-dev
Open

joachimckh wants to merge 3 commits into
AliceO2Group:masterfrom
joachimckh:epcheck-rhophipval-dev

Conversation

@joachimckh

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the pwgje label Sep 23, 2026
@github-actions

Copy link
Copy Markdown

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

}
return {.psi2 = epMap.at(cfgEPRefA), .psi3 = ep3Map.at(cfgEPRefA)};
// check A is valid
bool isValidA{epMap.at(cfgEPRefA) != InvalidValue};

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.

is it intended here that you dont check if ep3Map is invalid or not?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

If its invalid then it's because of the amplitude which is used for both Psi2 and Psi3, so I thought it should be sufficient to check Psi2!

registry.fill(HIST("eventQA/hEventCounterMixed"), kCentCut);

const auto psi{procEP<PsiFillerFalse>(c1)};
if (!psi.isValid) {

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.

should registry.fill(HIST("eventQA/hEventCounterMixed"), kEPValid) be filled before this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes, thanks - I'll add that now

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for 6bf70c0 at 2026-09-24 10:03:

No log files found

Full log here.

@nzardosh
nzardosh self-requested a review September 24, 2026 09:04
@nzardosh
nzardosh enabled auto-merge (squash) September 24, 2026 09:04
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.

3 participants