-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: convert to bound state also on empty sensitive surfaces. #3855
refactor: convert to bound state also on empty sensitive surfaces. #3855
Conversation
WalkthroughChanges made to the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
maybe it is a feature rather than refactor ? |
This changes hashes as expected. |
If @andiwand has no objections, can you update t he references @goetzgaycken? |
LGTM 👍 |
0eb6c0d
to
e704247
Compare
did so. Thanks ! |
e704247
to
a26c65b
Compare
@goetzgaycken Unfortunately, the hash file has conflicts with main now. Can you resolve them? |
a26c65b
to
7718c45
Compare
This allows to merge retrieval of source link ranges, measurement selection and track state creation into one unit. This increases the computational effort slightly for empty, sensitive surfaces, since the computation of bound states is slightly more demanding than the computation of curvilinear states, but for complex events like HL-LHC events the regression was not measurable. This changes track states on surfaces without measurements, because the parameterisation for such states changes from curvilinear to bound.
7718c45
to
7b8b1b8
Compare
Quality Gate passedIssues Measures |
This allows to merge retrieval of source link ranges, measurement selection and track state creation into one unit.
This increases the computational effort slightly for empty, sensitive surfaces, since the computation of bound states is slightly more demanding than the computation of curvilinear states, but for complex events like HL-LHC events the regression was not measurable.
--- END COMMIT MESSAGE ---
This changes track states on surfaces without measurements, which are in curvilinear parameterisation before this change but parameterised as bound states after this change. This also slightly changes some values of the track summary tree (O(10^6);
err_{eLOC1,eTHETA,eQOP}_fit, pull_{eLOC1,eTHETA,eQOP}_fit
)Summary by CodeRabbit
New Features
Bug Fixes
Tests