Skip to content
Snippets Groups Projects

[RTA/DPA BW tests]: Unpack ODIN from correct RawEventLocation in bandwidth test analysis script

Merged Ross John Hunter requested to merge bw-tests-odin-rawevent-fix into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -343,7 +343,10 @@ if __name__ == '__main__':
algs = do_unpacking(**raw_event_unpacker_kwargs)
algs += [
LHCb__UnpackRawEvent(
BankTypes=['ODIN'], RawBankLocations=["DAQ/RawBanks/ODIN"]),
RawEventLocation=
f"{args.stream if args.process == 'spruce' else 'DAQ'}/RawEvent",
BankTypes=['ODIN'],
RawBankLocations=["DAQ/RawBanks/ODIN"]),
createODIN(ODIN="myODIN"),
]
Loading