Skip to content

Commit 7122b51

Browse files
committed
set signal tags correctly
1 parent d5301ad commit 7122b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbw/config/processes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def configure_hbw_processes(config: od.Config):
129129
sig.add_process(proc)
130130

131131
# add auxiliary information if process is signal
132-
for proc_inst in config.processes:
132+
for proc_inst, _, _ in config.walk_processes():
133133
is_signal = any([
134134
signal_tag in proc_inst.name
135135
for signal_tag in ("qqHH", "ggHH", "radion", "gravition")

0 commit comments

Comments
 (0)