Skip to content
Snippets Groups Projects

Draft: add benchmark for RICH IRT

Open Christopher Dilks requested to merge irt-benchmark into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading