13 from b2biiConversion
import convertBelleMdstToBelleIIMdst
15 os.environ[
'PGUSER'] =
'g0db'
17 main = basf2.create_path()
20 inputfile = basf2.find_file(
'b2bii_input_evtgen_exp_07_BptoD0pip-D0toKpipi0-0.mdst',
'examples',
False)
21 convertBelleMdstToBelleIIMdst(inputfile, applySkim=
True, path=main)
24 main.add_module(
'PrintCollections')
27 main.add_module(
'Progress')
32 print(basf2.statistics)