Belle II Software  release-08-01-10
recommend.py
1 
8 import basf2 as b2
9 import subprocess
10 
11 subprocess.run(['b2conditionsdb-recommend'], check=True)
12 
13 subprocess.run(['b2conditionsdb-recommend', '--oneline'], check=True)
14 
15 subprocess.run(['b2conditionsdb-recommend', b2.find_file('analysis/tests/mdst.root')], check=True)