Skip to content

Commit

Permalink
Sort detector list for TRG
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed Dec 11, 2024
1 parent 36936cf commit 9d1aeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ roles:
- name: trg
enabled: "{{trg_enabled == 'true'}}"
defaults:
trg_detectors: "{{ detectors }}"
trg_detectors: "{{ json.Marshal(json.Sort(json.Unmarshal(detectors))) }}"
trg_runtime_config: "{{ runtime.Get('trg/ltu', trg_runtime_config_file) }}"
trg_global_config: "{{ runtime.Get('trg/ctp', trg_load_parameters) }}"
roles:
Expand Down

0 comments on commit 9d1aeac

Please sign in to comment.