[PWGDQ] added derived tables to global muon alignment task - #17809
Draft
aferrero2707 wants to merge 1 commit into
Draft
[PWGDQ] added derived tables to global muon alignment task#17809aferrero2707 wants to merge 1 commit into
aferrero2707 wants to merge 1 commit into
Conversation
aferrero2707
requested review from
XiaozhiBai,
alibuild,
iarsene,
mcoquet642 and
mguilbau
as code owners
September 7, 2026 11:20
aferrero2707
marked this pull request as draft
September 7, 2026 11:21
|
O2 linter results: ❌ 0 errors, |
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.
aferrero2707
force-pushed
the
PWGDQ-global-alignment-add-derived-tables
branch
from
September 7, 2026 11:47
0b6c5cb to
df4241e
Compare
Contributor
Author
|
@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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.