Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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: 2 additions & 2 deletions sbndcode/Geometry/gdml/sbnd_v02_00.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -59227,11 +59227,11 @@
</physvol>
<physvol>
<volumeref ref="volTPCPlane_V"/>
<positionref ref="posVPlane_E"/>
<positionref ref="posUPlane_E"/> <!-- WARNING: this should be posV, will have to be fixed once LArSoft View is fixed -->
</physvol>
<physvol>
<volumeref ref="volTPCPlane_U"/>
<positionref ref="posUPlane_E"/>
<positionref ref="posVPlane_E"/> <!-- WARNING: this should be posU, will have to be fixed once LArSoft View is fixed -->
</physvol>
<physvol>
<volumeref ref="volTPCPlaneVert"/>
Expand Down
4 changes: 2 additions & 2 deletions sbndcode/Geometry/gdml/sbnd_v02_00_base.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -5690,11 +5690,11 @@

<physvol>
<volumeref ref="volTPCPlane_V"/>
<positionref ref="posVPlane_E"/>
<positionref ref="posUPlane_E"/> <!-- WARNING: this should be posV, will have to be fixed once LArSoft View is fixed -->
</physvol>
<physvol>
<volumeref ref="volTPCPlane_U"/>
<positionref ref="posUPlane_E"/>
<positionref ref="posVPlane_E"/> <!-- WARNING: this should be posU, will have to be fixed once LArSoft View is fixed -->
</physvol>
<physvol>
<volumeref ref="volTPCPlaneVert"/>
Expand Down
4 changes: 2 additions & 2 deletions sbndcode/Geometry/gdml/sbnd_v02_00_nowires.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -13531,11 +13531,11 @@
</physvol>
<physvol>
<volumeref ref="volTPCPlane_V"/>
<positionref ref="posVPlane_E"/>
<positionref ref="posUPlane_E"/> <!-- WARNING: this should be posV, will have to be fixed once LArSoft View is fixed -->
</physvol>
<physvol>
<volumeref ref="volTPCPlane_U"/>
<positionref ref="posUPlane_E"/>
<positionref ref="posVPlane_E"/> <!-- WARNING: this should be posU, will have to be fixed once LArSoft View is fixed -->
</physvol>
<physvol>
<volumeref ref="volTPCPlaneVert"/>
Expand Down
4 changes: 2 additions & 2 deletions sbndcode/Geometry/gdml/sbnd_v02_00_withshielding.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -59227,11 +59227,11 @@
</physvol>
<physvol>
<volumeref ref="volTPCPlane_V"/>
<positionref ref="posVPlane_E"/>
<positionref ref="posUPlane_E"/> <!-- WARNING: this should be posV, will have to be fixed once LArSoft View is fixed -->
</physvol>
<physvol>
<volumeref ref="volTPCPlane_U"/>
<positionref ref="posUPlane_E"/>
<positionref ref="posVPlane_E"/> <!-- WARNING: this should be posU, will have to be fixed once LArSoft View is fixed -->
</physvol>
<physvol>
<volumeref ref="volTPCPlaneVert"/>
Expand Down
4 changes: 2 additions & 2 deletions sbndcode/Geometry/gdml/sbnd_v02_00_withshielding_nowires.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -13531,11 +13531,11 @@
</physvol>
<physvol>
<volumeref ref="volTPCPlane_V"/>
<positionref ref="posVPlane_E"/>
<positionref ref="posUPlane_E"/> <!-- WARNING: this should be posV, will have to be fixed once LArSoft View is fixed -->
</physvol>
<physvol>
<volumeref ref="volTPCPlane_U"/>
<positionref ref="posUPlane_E"/>
<positionref ref="posVPlane_E"/> <!-- WARNING: this should be posU, will have to be fixed once LArSoft View is fixed -->
</physvol>
<physvol>
<volumeref ref="volTPCPlaneVert"/>
Expand Down
18 changes: 17 additions & 1 deletion test/Geometry/test_geometry_sbnd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ process_name: testGeo
services: {

@table::sbnd_geometry_services
Geometry: {
SurfaceY: 130.0e2 #in cm, vertical distance to the surface

Name: "sbndv1"
GDML: "sbnd_v01_05.gdml"
ROOT: "sbnd_v01_05.gdml"

SortingParameters: {
DetectorVersion: "sbnd"
}

SurfaceY: 0.0e2 #in cm, vertical distance to the surface
DisableWiresInG4: true
}

message: {
destinations: {
Expand Down Expand Up @@ -65,7 +79,9 @@ physics: {
"-NearestWire",
"-WirePitch",
# in addition (overriding the default): print wires
"+PrintWires"
"+PrintWires",
# Disable WireIntersection temporarily as known to fail
"-WireIntersection"
]

# wire pitch for planes #0, #1 and #2
Expand Down