21 <output>trackingEfficiency_pt_1.50GeV.root</output>
22 <contact>software-tracking@belle2.org</contact>
23 <description>Create events with 10 muon tracks with fixed pt value.</description>
30 b2.set_random_seed(123459)
32 pt_value = get_generated_pt_value(6)
34 output_filename =
'../trackingEfficiency_pt_%.2fGeV.root' % pt_value
36 print(output_filename)
38 path = b2.create_path()
40 run_simulation(path, pt_value)
41 run_reconstruction(path, output_filename)