20 <output>trackingEfficiency_pt_0.40GeV.root</output>
21 <contact>software-tracking@belle2.org</contact>
22 <description>Create events with 10 muon tracks with fixed pt value.</description>
29 b2.set_random_seed(123456)
31 pt_value = get_generated_pt_value(3)
33 output_filename =
'../trackingEfficiency_pt_%.2fGeV.root' % pt_value
35 print(output_filename)
37 path = b2.create_path()
39 run_simulation(path, pt_value)
40 run_reconstruction(path, output_filename)