Skip to content

Commit

Permalink
Setting TMS to stereo layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa Nehm committed Oct 31, 2024
1 parent 0034f1b commit 616314a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duneggd/SubDetector/TMS.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def construct(self, geom):
thin_Modlayer_pla = [geom.structure.Placement('l',volume=Module_layer_lv1,pos=thinModlayer_pos[1])]*Module_layers_thin
# thin_Modlayer_pla2 = [geom.structure.Placement('k',volume=Module_layer_lv2,pos=thinModlayer_pos[2])]*Module_layers_thin

hybrid = True
hybrid = False

for module in range(Module_layers_thin):
zpos = -Q("3.650m") -Q("0.0325m") + module * Q("0.065m")
Expand Down

0 comments on commit 616314a

Please sign in to comment.