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

pdgid is the new type

parent 5220b471
No related branches found
No related tags found
1 merge request!18Resolve "Update get standard reco function"
......@@ -393,7 +393,7 @@ def get_muon_mc_info_extr(input_file,prod_identifier=2,inactive_du=None):
mc_track = blob["McTracks"][p]
particle_type = mc_track.type # assumed that this is the same for all muons in a bundle
particle_type = 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
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