-
Notifications
You must be signed in to change notification settings - Fork 485
AOD: Fix aod-thinner for new-ish datamodel changes #13210
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
Conversation
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Super thanks @f3sch ! Maybe a suggestion: I think we should fatal in case |
|
Well done !! |
I agree we should do a fatal error if the needed information is not found |
Fatal if necessary branches are not detected. Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
|
Now we are fataling in case we are not finding the needed branches. Cheers, nice weekend. |
|
Awesome, thank you very much @f3sch ! And have a nice weekend! |
|
@f3sch Thanks for adjusting. We mis-lead you a bit with the "fatal" word. I have adjusted to the way it is done elsewhere in that code which should return a usable error code. I neither compiled nor ran this for now. Let me know if you agree with the changes and they work for you. |
Adjust to use exitCode
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
|
Thanks @jgrosseo works as expected; I only added a newline and skipped the stat print at the end. |
|
fullCI not operational. Code currently broken. Merging. |
|
@chiarazampolli You can re-thin 2023 with tomorrow's tag. |
|
Thanks! Let's still make 100% sure the 2022 was a false alarm just in case - which we can hopefully know soon, maybe already by tomorrow too. |
|
Ok, we'll wait till tomorrow. Can we delete the 2023 thinned already? |
Credit to @ddobrigk for finding it.
aod-thinner is not agnostic to the data model and when the data model for ITS clusters was changed in #12044 ITSClusterMap was effectively changed to ITSClusterSizes. Changes were not propagated to the thinner since probably at the time it was planned to only do this on 2022.
Shows depleted ITS-TPC tracks when iterating on 2023 data.
plotThin_my.pdf
Shows depletion is recovered after fix.
plotThin.pdf
Nota bene, maybe effort should be put in to make it agnostic in the future.