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