2 # Geometry test module on DUNE Dual Phase Far Detector workspace geometry
7 #include "geometry_dune.fcl"
13 Geometry: @local::dunedphase10kt_workspace_geo
14 ExptGeoHelperInterface: @local::dune_geometry_helper
15 GeometryConfigurationWriter: {}
21 filename: "geometry_dunedphase10k_workspace.txt"
26 GeometryTest: { limit: -1 }
34 RecoBaseDefaultCtor: { limit: 0 }
35 AnaBaseDefaultCtor: { limit: 0 }
36 GeometryBadInputPoint: { limit: 5 timespan: 1000}
51 module_type: EmptyEvent
52 maxEvents: 1 # Number of events to create
61 module_type: "GeometryTest"
63 # Tests can be selected individually using a list of strings called
65 # See GeometryTestAlg documentation for specific strings in case new tests
68 # run the default test suite (actually unnecessary):
70 # in addition (overriding the default): print wires
75 # expected wire pitches; empty to check just that they are all the same
76 # ExpectedWirePitches: [ 0.487811, 0.500144, 0.449055 ]
77 ExpectedWirePitches: [ ]
78 # plane pitches (#0 -> #1, #1 -> #2)
79 ExpectedPlanePitches: [ 0.015 ]
81 # The test feeds a out-of-world coordinate to NearestWire() and expects
82 # an exception to be thrown; DUNE currently prefers to cap the wire ID to
84 # Therefore we disable that part of the test.
85 DisableWireBoundaryCheck: true