From db3185544b350df027de838e92d91b01e2ee179c Mon Sep 17 00:00:00 2001 From: christopher dilks <christopher.j.dilks@gmail.com> Date: Fri, 29 Oct 2021 19:11:22 -0400 Subject: [PATCH] modified: benchmarks/rich/scripts/simulate.py --- benchmarks/rich/scripts/simulate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/rich/scripts/simulate.py b/benchmarks/rich/scripts/simulate.py index 0bac706d..e7ce4e4b 100755 --- a/benchmarks/rich/scripts/simulate.py +++ b/benchmarks/rich/scripts/simulate.py @@ -179,6 +179,7 @@ m.write(f'/gps/position 0 0 0 cm\n') ### obtain list of detector attributes and values paramList=f'params_{outputName}' os.system(f'npdet_info search {XRICH} --value {compactFileFull} > {paramList}.py') +print("** compact file params **"); os.system(f'cat {paramList}.py'); print(sep) sys.path.append(os.getcwd()) params = importlib.import_module(paramList) -- GitLab