IAP GITLAB

Skip to content
Snippets Groups Projects
Commit fca1df3c authored by Marvin Gottowik's avatar Marvin Gottowik Committed by Alice Faure
Browse files

norm is never used

parent b4132766
No related branches found
No related tags found
1 merge request!654Resolve "first_interactions.py crash"
Pipeline #14289 passed
...@@ -54,7 +54,6 @@ for ish, sh_id in enumerate(shower_ids): ...@@ -54,7 +54,6 @@ for ish, sh_id in enumerate(shower_ids):
daughters = interactions[interactions["shower"] == sh_id] daughters = interactions[interactions["shower"] == sh_id]
mother = projectiles[ish] mother = projectiles[ish]
norm = np.sqrt(sum(np.array(mother.momentum) ** 2)) # total momentum
print("Plotting shower", sh_id) print("Plotting shower", sh_id)
print(mother) print(mother)
......
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