Skip to content

ITS: simplify configuration of iterations#15363

Open
f3sch wants to merge 1 commit intoAliceO2Group:devfrom
f3sch:its/config
Open

ITS: simplify configuration of iterations#15363
f3sch wants to merge 1 commit intoAliceO2Group:devfrom
f3sch:its/config

Conversation

@f3sch
Copy link
Copy Markdown
Collaborator

@f3sch f3sch commented May 5, 2026

Simplifies configuration of individual iterations (should make it easier to add more configurations in the future), especially attacking this kind of pattern with hardcoded iterations:

if (iteration == 0 || iteration == 3) {
    prepareClusters(trkParam, maxLayers);
  }

Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
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.

1 participant