Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Geometry releases will be tagged as `Descriptive_tag_v_X.Y.Z`.

## [Unreleased]

### Changed

- Change most rock to vaccuum. Only need rock in front, and a little around detectors

### Added

- Check for CHANGELOG update in PRs
Expand Down
6 changes: 5 additions & 1 deletion duneggd/Config/ND_Hall_Rock.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mat = 'Rock'
#rockBoxMainDim = [Q('65.17m'), Q('31.64m'), Q('29.65m')]
#rockBoxUpstreamDim = [Q('169.17m'), Q('135.64m'), Q('0.1m')]
#rockBoxMainDim = [Q('65.17m'), Q('31.64m'), Q('30.55m')]
rockBoxMainDim = [Q('65.17m'), Q('31.64m'), Q('279.55m')]
#rockBoxMainDim = [Q('65.17m'), Q('31.64m'), Q('279.55m')]
rockBoxUpstreamDim = [Q('169.17m'), Q('135.64m'), Q('0m')]
rockBoxUpstreamPos = [Q('0m'), Q('0m'), Q('-15.775m')]
rockBoxSubtDim = [Q('65.17001m'), Q('11.1001m'), Q('10.35001m')]
Expand All @@ -48,6 +48,10 @@ rockTubPos = [Q('-21.795m'), Q('1.395m'), Q('-5.175m')]
#Positions = [ [Q('2.895m'), Q('-3.2m'), Q('-5.125m')] ]
#Positions = [ [Q('2.895m'), Q('-3.2m'), Q('-5.175m')] ]
#Positions = [ [Q('2.895m'), Q('-3.2m'), Q('-125.175m')] ]
#Positions = [ [Q('2.895m'), Q('-3.2m'), Q('119.825m')] ]
#Rotations = [ [Q('0deg'), Q('0deg'), Q('0deg')] ]

rockBoxMainDim = [Q('85.17m'), Q('106.64m'), Q('310.55m')]
Positions = [ [Q('2.895m'), Q('-3.2m'), Q('119.825m')] ]
Rotations = [ [Q('0deg'), Q('0deg'), Q('0deg')] ]

4 changes: 2 additions & 2 deletions duneggd/Config/WORLDggd.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class = duneggd.World.WorldBuilder
#subbuilders = ['ND_Hall_Air_Volume']
subbuilders = ['ND_Hall_Rock']
halfDimension = {'dx':Q('300m'),'dy':Q('300m'),'dz':Q('300m')} #Was 200m, 200m, 200m
#Material = 'NoGas'
Material = 'Rock'
Material = 'Vac'
#Material = 'Rock'
# Mike Kordosky: position choosen here to exactly match
# the hall used by the ND task force (site.xml)
#DetEncPosition = [Q('0cm'), Q('433.096cm'), Q('739.61625cm')]
Expand Down