-
Notifications
You must be signed in to change notification settings - Fork 168
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(gx2f): make material work for |eta| > 2 #3726
Conversation
bc48d5c
to
787fc32
Compare
Important Review skippedAuto reviews are limited to specific labels. 🏷️ Labels to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look fine to me.
I still think the separation of fitting with and without material is only required because the underlying system is unstable as there are just too many degreed of freedom and too few measurements.
It looks to me as applying our material model naively to this fitter simply does not work. Potential alternatives might be
- Use a different tracking geometry for the GX2F with fewer material surfaces
- Accumulate the material in the GX2F and only insert scatter surfaces when we reach a certain threshold
- Also fit the location of the scattering. This might be hardest as we would need to work the combinatorics
Ultimately the ACTS surface material model is also just an approximation and there is no reason to stick to it for the GX2F if this is not optimal.
My 2 cents.
91a2c7a
to
8db315c
Compare
2c6f122
to
bca5d91
Compare
Quality Gate passedIssues Measures |
Drastically improve the material effects with the following technique:
This avoids the observed instabilities introduced by fitting the material. We can see in physmon, that the pullwidth is 1 for all eta, as well as for all pT. In very low pT regions, the efficiency drops to 92%, which still needs further investigation.
I relaxed the material-effects unit test a bit. I assume, our constructed test is really extreme and hard to fit with the current model.
--- END COMMIT MESSAGE ---
pullwidth_d0_vs_eta
pullwidth_d0_vs_pT
trackeff_vs_pT
blocked: