Belle II Software
prerelease-10-00-00a
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
)
framework
tests
recommend.py
Generated on Wed Jul 2 2025 03:30:59 for Belle II Software by
1.13.2