Skip to content
Snippets Groups Projects
Commit 0951a649 authored by Nuno Dos Santos Fernandes's avatar Nuno Dos Santos Fernandes Committed by Tamara Vazquez Schroeder
Browse files

HLTCalo: Properly Separate the CaloClusterMon Instances

HLTCalo: Properly Separate the CaloClusterMon Instances
parent 36370283
Branches
Tags
2 merge requests!792432025-04-11: merge of 24.0 into main,!79189HLTCalo: Properly Separate the CaloClusterMon Instances
......@@ -218,5 +218,5 @@ class MonitorChainConfiguration(ChainConfigurationBase):
this_suffix = "_empty"
elif "_FIRSTEMPTY" in self.chainL1Item:
this_suffix = "_firstempty"
return self.getStep(flags, 'caloclustermon', [CaloClusterMonitorCfg], suffix = this_suffix)
return self.getStep(flags, 'caloclustermon' + this_suffix, [CaloClusterMonitorCfg], suffix = this_suffix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment