You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduces a new geometry-building option: createIRISGeometry3InclinedWalls(TGeoVolume* motherVolume);
The new option builds the same full cylindrical IRIS geometry as createIRISGeometryFullCyl, and additionally inserts three inclined wall structures in the barrel region that correspond to the petal design with the inclined walls.
✨ Key Features
Adds 3 equally spaced inclined ribs (120° apart in φ).
Each rib is composed of two TGeoBBox segments:
Segment 1: from tangency near L0 to the inner surface of L1.
Segment 2: from the outer surface of L1 to the inner surface of L2.
Walls are:
Tangentially oriented,
Confined strictly to the gaps between cylindrical layers,
Constructed with finite thickness (0.4 mm) of Al 5083,
Implemented with thickness-aware geometric bounds to avoid overlaps with L0/L1/L2.
Uses the same cylindrical shell thickness and Z-extent as the existing full-cylinder geometry.
Fully integrated into the existing vacuum cutout / boolean solid logic.
REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")
+async-label <label1>, <label2>, !<label3> ...
This will add <label1> and <label2> and removes <label3>.
The following labels are available
async-2023-pbpb-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1
async-2024-PbPb-apass2
async-2023-PbPb-apass5
njacazio
changed the title
ALICE 3 feat: add IRIS option with inclined walls material
ALICE 3: add IRIS option with inclined walls material
Feb 26, 2026
njacazio
changed the title
ALICE 3: add IRIS option with inclined walls material
[ALICE 3] Add IRIS option with inclined walls material
Feb 26, 2026
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
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.
This PR introduces a new geometry-building option:
createIRISGeometry3InclinedWalls(TGeoVolume* motherVolume);The new option builds the same full cylindrical IRIS geometry as
createIRISGeometryFullCyl, and additionally inserts three inclined wall structures in the barrel region that correspond to the petal design with the inclined walls.✨ Key Features
TGeoBBoxsegments:Usage:
--configKeyValues "TRKBase.layoutVD=kIRISFullCyl3InclinedWalls"