Skip to content
Snippets Groups Projects
Commit 54707678 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Fix wrong particle final state lookup key

parent cef92db4
No related branches found
No related tags found
No related merge requests found
Pipeline #24570 passed with warnings
......@@ -707,7 +707,7 @@ def write_detector_file(gibuu_output,
if tau_secondaries is not None:
event_tau_sec = tau_secondaries[mc_event_id]
add_particles(event_tau_sec, vtx_pos, R, mc_trk_id, timestamp,
PARTICLE_MC_STATUS["StableFinalState"])
PARTICLE_MC_STATUS["TRK_ST_FINALSTATE"])
mc_trk_id += len(event_tau_sec.E)
else:
lep_out_trk = ROOT.Trk()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment