diff --git a/Rec/Allen/python/Allen/config.py b/Rec/Allen/python/Allen/config.py index 703813ab58d7ea9bfaa9b03bc070320c0f69c021..56d928e03b6c6504692969f56705a59d05b8c344 100755 --- a/Rec/Allen/python/Allen/config.py +++ b/Rec/Allen/python/Allen/config.py @@ -32,7 +32,7 @@ def allen_non_event_data_config(dump_geometry=False, return dump_geometry, out_dir, beamline_offset -def allen_odin(): +def allen_odin(stream=""): return AllenODINProducer().ODIN diff --git a/configuration/python/AllenCore/gaudi_allen_generator.py b/configuration/python/AllenCore/gaudi_allen_generator.py index 6340c56677907ac80774404e7b3d5f142b57e290..29a53be1d7b8543780ae6057e724795a6e818d33 100644 --- a/configuration/python/AllenCore/gaudi_allen_generator.py +++ b/configuration/python/AllenCore/gaudi_allen_generator.py @@ -19,7 +19,7 @@ from PyConf import configurable @configurable def make_transposed_raw_banks(rawbank_list, make_raw=default_raw_event): return TransposeRawBanks( - RawEventLocations=[make_raw(bank_types=[k]) for k in rawbank_list], + RawEventLocations=[make_raw(bank_type=k) for k in rawbank_list], BankTypes=rawbank_list).AllenRawInput