From bdd2a9226e6b910b9b4f3affe61d2ec958038d1f Mon Sep 17 00:00:00 2001
From: Daniel Guderian <dguderian@km3net.de>
Date: Fri, 20 May 2022 09:56:39 +0000
Subject: [PATCH] Update neutrino_chain.py

---
 orcasong/extractors/neutrino_chain.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/orcasong/extractors/neutrino_chain.py b/orcasong/extractors/neutrino_chain.py
index 242251f..7b74a19 100644
--- a/orcasong/extractors/neutrino_chain.py
+++ b/orcasong/extractors/neutrino_chain.py
@@ -518,9 +518,7 @@ def get_muon_mc_info_extr(input_file, inactive_du=None):
 
         primary_mc_track = blob["McTracks"][p]
 
-        particle_type = (
-            primary_mc_track.pdgid
-        )  # assumed that this is the same for all muons in a bundle, new: pdgid, old: type
+        particle_type = 13 # fixed for all muons
         is_cc = 0  # set to 0
         bjorkeny = 0  # set to zero
 
-- 
GitLab