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
multisegmentation for the insert
### Briefly, what does this PR introduce?
Updates the segmentation for the insert so that it has 3 different
segmentations:
~12cm2 in layers 1-16
~21 cm2 in layers 17-60 for the left side
~25 cm2 in layers 17-60 for the right side
### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [X] Other: update on segmentation
### Please check if this PR fulfills the following:
- [X] Tests for the changes have been added
- [X] Documentation has been added / updated
- [X] Changes have been communicated to collaborators
### Does this PR introduce breaking changes? What changes might users
need to make to their code?
no
### Does this PR change default behavior?
yes. different cell sizes in the calorimeter insert. Also a few minor
changes: removed thinner front layer from the insert. Added gap between
left and right sides. Adjusted the width and heights of the insert
slightly.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ryan Milton <[email protected]>
Readout is segmented into hexagons with sides of 1.889 cm
132
-
The hexagons positions cycle through four sets of layer configurations ("H4 staggering")
138
+
Readout is segmented into hexagons with sides of 2.16 cm, 2.84 cm, and 3.10 cm in the high-granularity upstream section (layers 1-16, for both left and right sides),
139
+
the left downstream section (layers 17-60), and the right downstream section (layers 17-60), respectively.
140
+
The hexagons positions in the first 16 layers cycle through four sets of layer configurations ("H4 staggering")
133
141
i.e. hexagons in layers 1-4 (5-8, ...) are all offset transversely from each other
134
142
with the centers of the cells of one layer being at the midpoints of the edges of the cells in
135
-
the other layers
143
+
the other layers.
144
+
136
145
Staggering defined in https://github.com/AIDASoft/DD4hep/blob/1962f7d1ace4484efb8886d66a6759a83c5107a3/DDCore/include/DDSegmentation/HexGrid.h#L112-L114
137
146
and https://github.com/AIDASoft/DD4hep/blob/1962f7d1ace4484efb8886d66a6759a83c5107a3/DDCore/src/segmentations/HexGrid.cpp#L102-L120
0 commit comments