[PWGDQ] added derived tables to global muon alignment task - #17809
Conversation
|
O2 linter results: ❌ 0 errors, |
0b6c5cb to
df4241e
Compare
|
@mcoquet642 @javierecc @ppoava here is another relatively urgent PR, that should allow to iterate over the alignment geometries much faster with small derived tables. I still need to rebase once #17743 is merged, but you can already have a look at the changes if you have the time. Thanks! |
df4241e to
33c405e
Compare
The derived tables provide the minimal information neederd to run the alignment analysis on new geometries, thus avoiding to pocess each time the original large-size AO2Ds. A pre-processor switch allows to use the same task for either producing or processing the derived tables.
33c405e to
0d8bcd8
Compare
|
@mcoquet642 I looked at the changes. This look fine to me but I believe it is better if you take a quick look before merging |
|
@mcoquet642 @mguilbau note that the changes only affect the task we use for the in-depth analysis of the global muon alignment, and do not touch other parts of the DQ code. Unless there are serious errors reported by the |
|
No serious error reported indeed. I will approve it then |
|
Error while checking build/O2Physics/code-check for 0d8bcd8 at 2026-09-08 12:04: Full log here. |
|
@mguilbau In future please wait for the code-check to finish before merging |
The derived tables provide the minimal information neederd to run the alignment analysis on new geometries, thus avoiding to pocess each time the original large-size AO2Ds.
A pre-processor switch allows to use the same task for either producing or processing the derived tables.