Skip to content

Draft: Update UT beampipe interface for 2024

Hangyi Wu requested to merge upgrade/UT-bp-interface into upgrade/master

Corresponds to lhcb/Detector!516

  • Backporting
  • Overlap check with
GaussSimulation().G4BeginRunCommand += [
    "/geometry/test/verbosity false",  # increase verbosity
    "/geometry/test/tolerance 0 mm",  # tolerance of overlaps
    "/geometry/test/recursion_start 0",  # 0 - > beginning of the hierarchy
    "/geometry/test/recursion_depth -1",  # -1 -> will scan the whole tree
    "/geometry/test/maximum_errors 1",
    "/geometry/test/run",
]
  • Ignored overlaps within other sub-detectors, and between UT pvSectorD2 and pvGuardRingD. The latter is something we have to bear with for now; it's not critical as long as UT monitoring in Gauss shows no missing hits around the type D sensor.
  • No overlaps between UT structures
  • Overlaps with BP seem to be DetDesc specific - does not see in Detector!516
  • GDML comparison check
Edited by Hangyi Wu

Merge request reports