Skip to content

Conversation

@alibuild
Copy link

Your PR AliceO2Group#13792 cannot be merged as is. You should either run clang-format yourself and update the pull request, or merge this PR in yours.
You can find the AliceO2 coding conventions at https://github.com/AliceO2Group/CodingGuidelines.

@alibuild alibuild requested a review from mconcas as a code owner December 11, 2024 15:58
The changes introduce a configurable minimum PT value per track length in the ITS
tracking parameters. This allows for more fine-grained control over the minimum
PT requirement, which can be useful for different tracking scenarios.

The main changes are:

- Modify the `TrackingParameters` struct to include an array of 4 minimum PT
  values, one for each track length (7, 6, 5, 4).
- Update the track fitting logic in `TrackerTraits::findRoads()` to use the
  appropriate minimum PT value based on the track length.
- Update the default minimum PT value in `TrackingInterface::initialise()` to
  use the new array-based approach.

These changes provide more flexibility in tuning the ITS tracking parameters.
@alibuild alibuild force-pushed the alibot-cleanup-13792 branch from ce47830 to a1a8cfd Compare December 11, 2024 23:24
@alibuild alibuild closed this Dec 12, 2024
@alibuild alibuild deleted the alibot-cleanup-13792 branch December 12, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants