27 from background
import get_background_files
29 from reconstruction
import add_reconstruction
30 from mdst
import add_mdst_output
33 main = b2.create_path()
36 main.add_module(
'EventInfoSetter', evtNumList=[10])
39 main.add_module(
'EventInfoPrinter')
42 main.add_module(
'EvtGenInput')
45 files = get_background_files()
48 generator_module = PXDBackgroundGenerator(model=
'resnet')
51 add_simulation = inject_simulation(generator_module)
54 add_simulation(main, bkgfiles=files)
57 add_reconstruction(main)
61 main.add_module(
'RootOutput', outputFileName=
'output.root')
basf2 (Belle II Analysis Software Framework) # Author: The Belle II Collaboration # # See git log for...