Skip to content
Snippets Groups Projects

loopy unpacking and multi packing

Merged Sevda Esen requested to merge sevda-loopy-unpacking3 into master
Compare and
15 files
+ 853
1039
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -149,14 +149,12 @@ Decoder(
outputs={"OutputContainerName": None},
conf=DecoderDB)
from GaudiConf.PersistRecoConf import PersistRecoPacking
# The following decoder depends on the data type. By default you
# get whatever is below, but "framework users" should override it!
__packing = PersistRecoPacking(data_type='Upgrade', stream='/Event/Hlt2')
Decoder(
"HltPackedBufferDecoder/Hlt2PackedBufferDecoder",
active=True,
banks=["DstData"],
inputs={"RawEventLocations": None},
outputs=__packing.packedLocations(),
outputs={"OutputBuffers": None},
conf=DecoderDB)
Loading