From 836bddf771f97353893c48ee694cf94404db6e1a Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Mon, 15 Aug 2022 16:08:56 +0200 Subject: [PATCH] DDCad PLY Wuson: add missing cm --- examples/DDCAD/compact/Check_Shape_PLY_Wuson.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/DDCAD/compact/Check_Shape_PLY_Wuson.xml b/examples/DDCAD/compact/Check_Shape_PLY_Wuson.xml index 4d1c92caf..fc0bbedc0 100644 --- a/examples/DDCAD/compact/Check_Shape_PLY_Wuson.xml +++ b/examples/DDCAD/compact/Check_Shape_PLY_Wuson.xml @@ -19,7 +19,7 @@ <detector id="1" name="Shape_PLY_Wuson" type="DD4hep_TestShape_Creator"> <check vis="Shape1_vis"> <shape type="CAD_Shape" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/models/PLY/Wuson.ply"/> - <position x="30" y="30" z="30"/> + <position x="30 * cm" y="30 * cm" z="30 * cm"/> <rotation x="0" y="0" z="0"/> </check> <test type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/ref/Ref_PLY_Wuson.txt" create="CheckShape_create"/> -- GitLab