Skip to content

Commit

Permalink
Use k4GEO instead of a hardcoded path in cvmfs (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 19, 2023
1 parent 12fee7f commit edac52f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/gaudi_opts/converterConstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
CONSTANTS = {
'DetectorModel': "CLIC_o2_v04",
'MyCompact': "compact",
'DD4hepXMLFile_subPath': "/cvmfs/sw.hsf.org/spackages/linux-centos7-x86_64/gcc-8.3.0/lcgeo-0.16.6-vbidketl5esynx6pmkrdnqrnfyf3m2vf/share/lcgeo/compact/CLIC/%(MyCompact)s/%(DetectorModel)s/%(DetectorModel)s.xml",
'DD4hepXMLFile_subPath': "$K4GEO/CLIC/%(MyCompact)s/%(DetectorModel)s/%(DetectorModel)s.xml",
'MyResTest': "0.003",
'MyResTest2': "003",
'MyResTest3': "0.",
Expand Down
2 changes: 1 addition & 1 deletion test/inputFiles/converterConstants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<constants>
<constant name="DetectorModel" value="CLIC_o2_v04" />
<constant name="MyCompact" value="compact" />
<constant name="DD4hepXMLFile_subPath" value="/cvmfs/sw.hsf.org/spackages/linux-centos7-x86_64/gcc-8.3.0/lcgeo-0.16.6-vbidketl5esynx6pmkrdnqrnfyf3m2vf/share/lcgeo/compact/CLIC/${MyCompact}/${DetectorModel}/${DetectorModel}.xml" />
<constant name="DD4hepXMLFile_subPath" value="$K4GEO/CLIC/${MyCompact}/${DetectorModel}/${DetectorModel}.xml" />
<constant name="MyResTest">0.003</constant>
<constant name="MyResTest2">003</constant>
<constant name="MyResTest3">0.</constant>
Expand Down

0 comments on commit edac52f

Please sign in to comment.