Belle II Software
release-08-00-09
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 Thu Jun 27 2024 18:57:47 for Belle II Software by
1.9.1