From cc26f1fc17a2acd7f0b09cb2e69c461ea71a1457 Mon Sep 17 00:00:00 2001
From: Gabrielle Hugo <gabrielle.hugo83@gmail.com>
Date: Wed, 11 Nov 2020 18:00:49 +0100
Subject: [PATCH] Updated paths to DD4hep repository.

---
 examples/DDCMS/data/cms_csc.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/examples/DDCMS/data/cms_csc.xml b/examples/DDCMS/data/cms_csc.xml
index afcab1ad3..1eb3d2d69 100644
--- a/examples/DDCMS/data/cms_csc.xml
+++ b/examples/DDCMS/data/cms_csc.xml
@@ -26,16 +26,16 @@
   
 
   <IncludeSection>
-    <Include ref="../../DD4hep/examples/DDCMS/data/materials.xml"/>
-    <Include ref="../../DD4hep/examples/DDCMS/data/rotations.xml"/>   
+    <Include ref="materials.xml"/>
+    <Include ref="rotations.xml"/>   
 
-    <Include ref="../../DD4hep/examples/DDCMS/data/cms.xml"/>
-    <Include ref="../../DD4hep/examples/DDCMS/data/cmsextent.xml"/>
-    <Include ref="../../DD4hep/examples/DDCMS/data/cavernData.xml"/>
+    <Include ref="cms.xml"/>
+    <Include ref="cmsextent.xml"/>
+    <Include ref="cavernData.xml"/>
  
-    <Include ref='Geometry/CMSCommonData/data/muonBase/2018/v1/muonBase.xml'/>
-    <Include ref='Geometry/MuonCommonData/data/mf/2021/v2/mf.xml'/>
-    <Include ref='Geometry/MuonCommonData/data/csc/2021/v3/csc.xml'/>  
+    <Include ref='muonBase.xml'/>
+    <Include ref='mf.xml'/>
+    <Include ref='csc.xml'/>  
   </IncludeSection>
   
   
-- 
GitLab