-
Notifications
You must be signed in to change notification settings - Fork 447
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
O2-4592 - adding TOF dX and dZ to the track QA table with int8 precision #13787
Conversation
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
Error while checking build/O2/fullCI for 6b75f0f at 2024-12-10 02:01:
Full log here. |
Error while checking build/O2/fullCI for e654f33 at 2024-12-10 09:27:
Full log here. |
…gma precision nBins*2
Signed-off-by: Felix Schlepper <[email protected]>
Signed-off-by: Felix Schlepper <[email protected]>
Hello @f3sch, Thank you for the patches! However, there is still an issue with the TOF source that I didn’t catch in the first iteration (the code wasn’t fully synced to the server, so first version was compiling well ).
I’ll revisit this topic later today after preparing the run-CTF list. If you’re able to address the second compilation problem in the meantime, I’d greatly appreciate it. Best regards, |
TOF Delta Clusters in the TrackQA TableTOF information in the test sample production is highly compressible:
Input Set from Test Checks: Data compression:
Example track-TOF cluster delta |
Hello @shahor02, @chiarazampolli, and Framework Admins, The code is functioning well, and the TOF delta compression is highly efficient (see the comment above). We observe a 2-bit data volume increase with the inclusion of TOF. For most tracks, TOF information is missing, and for the remainder, entropy coding is very effective. How should we proceed with the pull request? I would like to have this included in APass1. Best regards, |
Tagging @pzhristov and @ddobrigk |
I suppose we will need also O2Physics/Common/TableProducer/Converters/tracksQaConverter.cxx to be able to read _001 version. |
Hi Marian! In case the TOF wasn't in data, could you please make sure the tpc-timeseries-workflow doesn't crash? Like [INFO] Publishing M-shape correction map Thanks, |
Hello Peter, We have another pull request for that. I’m not entirely sure how it was implemented, as the code was written by Felix. I only created related pull request. Here’s the link: AliceO2Group/O2Physics#8901 |
Hello Catalin, I’m not entirely sure what you’re referring to here. The TPC time series should be independent of the AO2D conversion, so this seems like an unrelated issue. From the error message, it looks like this is part of the production script's output. I found a similar error message in: Detectors/TPC/workflow/src/TPCScalerSpec.cxx @matthias-kleiner, do you have any idea what could be causing the issue Catalin reported? Best regards, |
For the record, I had a discussion with @mkleiner on Mattermost regarding the problem in the time-series device reported above: Matthias Kleiner
Marian I Ivanov
|
O2-4592 - adding TOF dX and dZ to the track QA table with int8 precision
Description
This update adds key TOF information, such as dX and dZ, to the trackQA table in AO2D. These additions are critical for machine learning applications and conditional tracking post-corrections.
Information for Machine Learning
Usage of Information - Conditional Tracking as Post-Correction
People involved:
@noferini, @ercolessi, @f3sch