Skip to content

Conversation

@fjonasALICE
Copy link
Contributor

  • finally implemented number of local maxima variable calculation, which so far was filled with a dummy value
  • the calculation handles correctly gaps between SMs and clusters that span across multiple SMs by implementing a new geometry function to get a global column and row. This function is ported from the clusterizer itself, and introduces artificial column gaps to correctly reflect large gaps between SMs. This means the behavior of the NLM calculation is consistent with clusterization code. For either access, I ported the function to the geometry class

Tested locally for:
kV3Default: a few clusters with more than one NLM (as expected)
kV3NoSplit: the definition where average NLM is highest (as expected)
kV3MostSplit: NLM is always one (as expected).

to improve performance and reduce geometry calls, the calculation is performed only once for all cells in a given cluster

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1
async-2024-PbPb-apass2
async-2023-PbPb-apass5

fjonasALICE added a commit to fjonasALICE/AliceO2 that referenced this pull request Jan 6, 2026
Please consider the following formatting changes to AliceO2Group#14943
@jokonig jokonig enabled auto-merge (squash) January 9, 2026 15:18
@jokonig jokonig merged commit bf75199 into AliceO2Group:dev Jan 9, 2026
14 checks passed
Sign up for free to 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.

4 participants