Deduplicate MFT capacitor/welding and X7R0402 geometry - #15723
Open
sawenzel wants to merge 1 commit into
Open
Conversation
sawenzel
requested review from
f3sch,
fprino,
mconcas,
mcoquet642 and
shahor02
as code owners
August 26, 2026 08:40
Deduplicate geometrically identical MFT capacitor/welding TGeoVolumes and the X7R0402 assembly, reducing the ALICE geometry by ~15k logical volumes. * Geant4 initialization: 26.3s → 17.0s (~35% faster). * Logical volume UIDs: 27,491 → 6,919, while preserving 5,465,235 nodes. * Verified that the deduplicated volumes are never accessed by name, so no alignment or hit-scoring dependencies are affected. * Verified that generated hits are bit-by-bit identical before and after the change. * Adds dimension-consistency guards to the static geometry cache. * Makes geometry transformations to Geant4/VecGeom/CAD substantially more tractable by drastically simplifying the geometry volume graph. A major simplification of the ALICE geometry with significant benefits for downstream geometry transformation and processing workflows.
sawenzel
force-pushed
the
swenzel/mft-electric-component-dedup
branch
from
August 26, 2026 08:42
60f967a to
1610003
Compare
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.
Deduplicate MFT capacitor/welding and X7R0402 geometry
Deduplicate geometrically identical MFT capacitor/welding TGeoVolumes and
the X7R0402 assembly, reducing the ALICE geometry by ~15k logical volumes.
alignment or hit-scoring dependencies are affected.
the change.
tractable by drastically simplifying the geometry volume graph.
A major simplification of the ALICE geometry with significant benefits for
downstream geometry transformation and processing workflows.