[PWGEM] PhotonMeson: Add task for event normalization on derived data - #17875
Conversation
jokonig
commented
Sep 10, 2026
- If only events with a certain number of photons (or any other kind of selection) are stored in the derived data, the table "PMEvSelBits" in the event selection task can store the event selection bits. Hence, the number of selected events before the specific selection on the number of photons etc. can be retrieved.
- This new task just loops over these event-selection bits and stores them in a histogram.
- For future: Also store it as a function of multiplicity etc.
|
O2 linter results: ❌ 0 errors, |
|
Error while checking build/O2Physics/code-check for 681f61e at 2026-09-15 09:58: Full log here. |
|
@jokonig Your PR introduces errors. Please fix them before merging. |
|
PR should not be marked as draft due to the optional checks. |
|
@dsekihat The PR introduces errors from the category that has already been cleaned up and therefore adds regressions which should not be merged, as we agreed. |
|
No. I didn't agree. Decision on merging PRs is taken by the code owners. |
Yes. And I am not preventing it. What is the problem? |
|
As I wrote above, you are not supposed to move PRs to draft due to the optional checks. |
- If only events with a certain number of photons (or any other kind of selection) are stored in the derived data, the table "PMEvSelBits" in the event selection task can store the event selection bits. Hence, the number of selected events before the specific selection on the number of photons etc. can be retrieved. - This new task just loops over these event-selection bits and stores them in a histogram. - For future: Also store it as a function of multiplicity etc.
|
@jokonig Please wait for the tests to finish before you enable merging, unless the PR is urgent. |
|
Hi @vkucera |