Skip to content
Snippets Groups Projects
Commit 20968f79 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Merge branch 'lohenry-allowSwitchV7' into 'master'

Add ODIN as input to the raw bank decoder

See merge request !2532
parents 38d17965 74356830
No related branches found
No related tags found
1 merge request!2532Add ODIN as input to the raw bank decoder
Pipeline #5968575 passed with warnings
......@@ -10,7 +10,7 @@
###############################################################################
import logging
from PyConf import configurable
from PyConf.application import default_raw_event, default_raw_banks
from PyConf.application import default_raw_event, default_raw_banks, make_odin
from PyConf.utilities import DISABLE_TOOL
from PyConf.packing import persistable_location
......@@ -542,7 +542,9 @@ def make_FTRawBankDecoder_clusters(make_raw=default_raw_banks):
DataHandle: FTRawBankDecoder's OutputLocation.
"""
return FTRawBankDecoder(
name="FTRawBankDecoder", RawBanks=make_raw("FTCluster")).OutputLocation
name="FTRawBankDecoder",
Odin=make_odin(),
RawBanks=make_raw("FTCluster")).OutputLocation
@configurable
......
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