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

Adjust columns since g4Parent gone

parent 066157b7
No related branches found
No related tags found
1 merge request!242EDM4hep: mcparticles -> MCParticles
This commit is part of merge request !242. Comments created here will be created in the context of that merge request.
......@@ -94,7 +94,7 @@ def get_all_mcp(path, evnums=None, branch='MCParticles'):
elif isinstance(evnums, int):
evnums = [evnums]
dbuf = np.zeros(shape=(2000*len(evnums), 10))
dbuf = np.zeros(shape=(2000*len(evnums), 9))
idb = 0
for iev in evnums:
if iev >= events.GetEntries():
......
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