Skip to content
Snippets Groups Projects
Commit bdd2a922 authored by Daniel Guderian's avatar Daniel Guderian
Browse files

Update neutrino_chain.py

parent 3b8ce43e
No related branches found
No related tags found
1 merge request!34Resolve "Change in particle id scheme for atm. muons"
...@@ -518,9 +518,7 @@ def get_muon_mc_info_extr(input_file, inactive_du=None): ...@@ -518,9 +518,7 @@ def get_muon_mc_info_extr(input_file, inactive_du=None):
primary_mc_track = blob["McTracks"][p] primary_mc_track = blob["McTracks"][p]
particle_type = ( particle_type = 13 # fixed for all muons
primary_mc_track.pdgid
) # assumed that this is the same for all muons in a bundle, new: pdgid, old: type
is_cc = 0 # set to 0 is_cc = 0 # set to 0
bjorkeny = 0 # set to zero bjorkeny = 0 # set to zero
......
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