Skip to content

TOF: pre-filter hypotheses in getStartTimeInSet#15442

Open
ktf wants to merge 1 commit into
AliceO2Group:devfrom
ktf:pr15442
Open

TOF: pre-filter hypotheses in getStartTimeInSet#15442
ktf wants to merge 1 commit into
AliceO2Group:devfrom
ktf:pr15442

Conversation

@ktf
Copy link
Copy Markdown
Member

@ktf ktf commented May 26, 2026

Reduces combinatorial search.

The |starttime - refT0| < 2000 ps cut depends only on (track, hypothesis), not on other tracks' assignments.

Evaluate it once per track upfront and enumerate only valid hypothesis combinations, reducing the search space from 3^N to ∏(nValid_i).

  combinatorial search

The |starttime - refT0| < 2000 ps cut depends only on (track, hypothesis), not on other tracks' assignments.

Evaluate it once per track upfront and enumerate only valid hypothesis combinations, reducing the search space from 3^N to ∏(nValid_i).
@ktf ktf requested a review from noferini as a code owner May 26, 2026 16:13
@ktf ktf changed the title TOF: pre-filter hypotheses in getStartTimeInSet to reduce TOF: pre-filter hypotheses in getStartTimeInSet May 26, 2026
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