Skip to content
Snippets Groups Projects

Adapted to cleanup of do_unpacking

Merged Sebastien Ponce requested to merge sponce_dounpacking into master
Files
2
@@ -114,7 +114,7 @@ for i in range(nevt):
if i == 1:
TES.dump()
print('Checking next event.')
if not TES['/Event']:
if not TES[raweventloc]:
break
# Check HLT2 DstData bank is persisted through the Sprucing, together with checks of other banks
Loading