16 <output>trackingEfficiency_pt_4.00GeV.root</output>
17 <contact>software-tracking@belle2.org</contact>
18 <description>Create events with 10 muon tracks with fixed pt value.</description>
25 set_random_seed(123460)
27 pt_value = get_generated_pt_value(9)
29 output_filename =
'../trackingEfficiency_pt_%.2fGeV.root' % pt_value
31 print(output_filename)
35 run_simulation(path, pt_value)
36 run_reconstruction(path, output_filename)