26from background
import get_background_files
28from reconstruction
import add_reconstruction
29from mdst
import add_mdst_output
32main = b2.create_path()
35main.add_module(
'EventInfoSetter', evtNumList=[10])
38main.add_module(
'EventInfoPrinter')
41main.add_module(
'EvtGenInput')
44files = get_background_files()
47generator_module = PXDBackgroundGenerator(model=
'resnet')
50add_simulation = inject_simulation(generator_module)
53add_simulation(main, bkgfiles=files)
56add_reconstruction(main)
60main.add_module(
'RootOutput', outputFileName=
'output.root')
basf2 (Belle II Analysis Software Framework) # Author: The Belle II Collaboration # # See git log for...