We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6d187 commit a481e76Copy full SHA for a481e76
workflow/src/legenddataflow/scripts/tier/raw_fcio.py
@@ -44,15 +44,6 @@ def build_tier_raw_fcio() -> None:
44
45
if "spms_config" in channel_dict:
46
spm_config = Props.read_from(channel_dict.spms_config)
47
- spm_channels = chmap.spms.map("daq.rawid")
48
-
49
- for rawid, chinfo in spm_channels.items():
50
- cfg_block = deepcopy(spm_config["FCEventDecoder"]["__output_table_name__"])
51
- cfg_block["key_list"] = [chinfo.daq.fc_channel]
52
- spm_config["FCEventDecoder"][f"ch{rawid:07d}/raw"] = cfg_block
53
54
- spm_config["FCEventDecoder"].pop("__output_table_name__")
55
56
Props.add_to(all_config, spm_config)
57
58
if "auxs_config" in channel_dict:
0 commit comments