From fca1df3c842368f2b0f4728b70b1cbf029807809 Mon Sep 17 00:00:00 2001
From: Marvin Gottowik <marvingottowik@web.de>
Date: Mon, 7 Oct 2024 09:54:58 +0200
Subject: [PATCH] norm is never used

---
 python/examples/first_interactions.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/examples/first_interactions.py b/python/examples/first_interactions.py
index d86d8d70d..25476eb80 100644
--- a/python/examples/first_interactions.py
+++ b/python/examples/first_interactions.py
@@ -54,7 +54,6 @@ for ish, sh_id in enumerate(shower_ids):
     daughters = interactions[interactions["shower"] == sh_id]
 
     mother = projectiles[ish]
-    norm = np.sqrt(sum(np.array(mother.momentum) ** 2))  # total momentum
 
     print("Plotting shower", sh_id)
     print(mother)
-- 
GitLab