Skip to content

Commit 72ac41f

Browse files
AsaNehmAsa Nehmast0815
authored
Build tms with updated geometry for PDR (#33)
* added horizontal layers in TMS.py with 6 modules per layer * Adding the aluminium enclosure around TMS modules and fixing a small mistake * Adapting to new detector design for PDR * Changing out horizontal to ortho to match with TMS reconstruction * Adding the horizontal scintillator layers into TMS, hybrid = True added. Set to false to get stereo design * Setting TMS to stereo layout * Fix typo * Fix more typos * Fix more+1 typos * Fix another typo * Fix hopefully last typo * Commenting out aluminium case around scintillator modules * Fixing overlap in thinlayervol_0 * Fixing overlap in thick and double layers * Solving all overlaps * Solving ModuleBoxvol overlap * Solving ModuleBoxvol overlap * Solving all overlaps of volumes * Solving overlaps for hybrid layers * Fixing the hybrid XuvXuv series * Correct geometry to actually represent the PDR design idea and add comments to position numbers * Switch to stereo layout * Correcting(?) the magnetic field for central parts of steel * Correcting(?) the magnetic field direction in center region of TMS Uncommenting, correcting and implemeting the second box option to allow for the magnetic field to be in the opposite direction of the outer region. Inner region pointing up, outer region pointing down * Implementing double first scintillator layer * Switch first scintillator layer to V * Fixing scintillator pattern in thick steel section * Adding comments for commented out lines. Keep them for studies with old geometry * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update TMS.cfg * Update TMS.py * Update TMS.py * Update TMS.py * Update CHANGELOG.md Co-authored-by: Lukas Koch <[email protected]> --------- Co-authored-by: Asa Nehm <[email protected]> Co-authored-by: Lukas Koch <[email protected]>
1 parent b1feced commit 72ac41f

File tree

3 files changed

+415
-109
lines changed

3 files changed

+415
-109
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Geometry releases will be tagged as `Descriptive_tag_v_X.Y.Z`.
88

99
## [Unreleased]
1010

11+
### Changed
12+
13+
- TMS geometry update from CDR to PDR
14+
- Switch to 50 thin, 34 thick and 8 double thick steel planes with less material overburden in the y dimension
15+
- Change the dimension of scintillator bars, the amount of bars per module and the number of modules per layer
16+
- Introducing horizontal layer(X), currently in a vXuvXuv pattern with the first two layers being in front of the steel, while between the rest there is one layer of steel each in between
17+
- Increasing the air gap size
18+
- Double first layer of scintillator before the first layer of thin steel. There is also a layer of scintillator after the last layer of steel now
19+
1120
### Added
1221

1322
- Check for CHANGELOG update in PRs

Diff for: duneggd/Config/TMS.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[TMS]
22
class = duneggd.SubDetector.TMS.tmsBuilder
33
mat = "SteelTMS"
4-
thinbox1Dimension = [Q('1.749m'),Q('5.022m'),Q('0.015m')]
5-
thinbox2Dimension = [Q('3.498m'),Q('5.022m'),Q('0.015m')]
4+
thinbox1Dimension = [Q('1.850m'),Q('4.7m'),Q('0.015m')]
5+
#thinbox2Dimension = [Q('3.498m'),Q('5.022m'),Q('0.015m')] # #remnant from old geometry version with two different steel plate widths (outer and inner)
66
gapPosition = [Q('0.020m'),Q('0m'),Q('0m')]
77
BFieldUpLow = '(0 T, -1 T, 0 T)'#(0 T,3 T,0 T)
88
BFieldUpHigh = '(0.0 T, -1 T, 0 T)'#(0.0 T, 5.5 T, 0 T)

0 commit comments

Comments
 (0)