From 5e9618e76545dd230eb338406effa45aa9dd4bf8 Mon Sep 17 00:00:00 2001 From: Markus FRANK <Markus.Frank@cern.ch> Date: Mon, 2 Nov 2020 09:58:45 +0100 Subject: [PATCH] Enable CAD test --- DDCore/include/DD4hep/Volumes.h | 4 +++- examples/DDCAD/compact/Check_Shape_Collada_duck.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DDCore/include/DD4hep/Volumes.h b/DDCore/include/DD4hep/Volumes.h index f15d17500..24adbadf2 100644 --- a/DDCore/include/DD4hep/Volumes.h +++ b/DDCore/include/DD4hep/Volumes.h @@ -46,7 +46,9 @@ namespace dd4hep { /// Scan geometry and create reflected volumes /** - * Build reflections the ROOT way. To be called once the geometry is closed. + * Build reflections the ROOT way. + * To be called once the geometry is closed. + * This entity can only be invoked once. * * For any further documentation please see the following ROOT documentation: * \see http://root.cern.ch/root/html/TGeoManager.html diff --git a/examples/DDCAD/compact/Check_Shape_Collada_duck.xml b/examples/DDCAD/compact/Check_Shape_Collada_duck.xml index ad9f18d62..b1a1aa8bd 100644 --- a/examples/DDCAD/compact/Check_Shape_Collada_duck.xml +++ b/examples/DDCAD/compact/Check_Shape_Collada_duck.xml @@ -8,7 +8,7 @@ <check vis="Shape1_vis"> <shape type="CAD_Shape" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/models/Collada/duck.dae" mesh="0"/> </check> - <btest type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/ref/Ref_Collada_duck.txt" create="CheckShape_create"/> + <test type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/ref/Ref_Collada_duck.txt" create="CheckShape_create"/> </detector> </detectors> </lccdd> -- GitLab