7 <output>../feiSLB0.dst.root</output>
8 <contact>philip.grace@adelaide.edu.au</contact>
13 from simulation
import add_simulation
14 from reconstruction
import add_reconstruction, add_mdst_output
16 b2.set_random_seed(12345)
23 eventinfosetter = b2.register_module(
'EventInfoSetter')
24 eventinfosetter.param(
'evtNumList', [1000])
25 eventinfosetter.param(
'runList', [0])
26 eventinfosetter.param(
'expList', [0])
27 path.add_module(eventinfosetter)
30 evtgeninput = b2.register_module(
'EvtGenInput')
31 evtgeninput.param(
'userDECFile', b2.find_file(
'/skim/validation/feiSLB0.dec'))
32 path.add_module(evtgeninput)
38 add_reconstruction(path)
42 output_filename =
"../feiSLB0.dst.root"
43 add_mdst_output(path, filename=output_filename)