From 8b89ac9af9c4692dc071c01decc3d8650c3ce479 Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Wed, 5 May 2021 19:47:14 +0200 Subject: [PATCH] yapf --- km3buu/output.py | 1 - 1 file changed, 1 deletion(-) diff --git a/km3buu/output.py b/km3buu/output.py index 15be9d9..78240ce 100644 --- a/km3buu/output.py +++ b/km3buu/output.py @@ -580,7 +580,6 @@ def write_detector_file(gibuu_output, lep_out_trk.status = PARTICLE_MC_STATUS["StableFinalState"] evt.mc_trks.push_back(lep_out_trk) - add_particles(event, vtx_pos, R, mc_trk_id, timestamp, PARTICLE_MC_STATUS["StableFinalState"]) tree.Fill() -- GitLab