Skip to content
Snippets Groups Projects
Commit d00d0bc1 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Typo

parent d0a9b7ed
No related branches found
No related tags found
1 merge request!252Fixes to benchmarks to run with ecce:main
...@@ -110,7 +110,7 @@ def get_all_mcp(path, evnums=None, branch='MCParticles'): ...@@ -110,7 +110,7 @@ def get_all_mcp(path, evnums=None, branch='MCParticles'):
return pd.DataFrame(data=dbuf[:idb], columns=['event', 'px', 'py', 'pz', 'pid', 'status', 'vex', 'vey', 'vez']) return pd.DataFrame(data=dbuf[:idb], columns=['event', 'px', 'py', 'pz', 'pid', 'status', 'vex', 'vey', 'vez'])
# read hits data from root file # read hits data from root file
def get_hits_data(path, evnums=None, branch='RecoEcalBarreImaginglHits'): def get_hits_data(path, evnums=None, branch='RecoEcalBarrelImaginglHits'):
f = ROOT.TFile(path) f = ROOT.TFile(path)
events = f.events events = f.events
if evnums is None: if evnums is None:
......
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