Skip to content
Snippets Groups Projects
Commit 0acab157 authored by Melissa Yexley's avatar Melissa Yexley
Browse files

seperating the stream tools in the JiveXML alg

parent 5e347730
No related branches found
No related tags found
2 merge requests!707402024-04-19: merge of 24.0 into main,!67647Online Event Displays to CA
......@@ -460,12 +460,11 @@ def TriggerRetrieversCfg(flags):
)
return result
def AlgoJiveXMLCfg(flags, name="MuonCombinePatternTool", **kwargs):
def AlgoJiveXMLCfg(flags, name="AlgoJiveXML", **kwargs):
# This is based on a few old-style configuation files:
# JiveXML_RecEx_config.py
# JiveXML_jobOptionBase.py
result = ComponentAccumulator()
kwargs.setdefault("AtlasRelease", getATLASVersion())
kwargs.setdefault("WriteToFile", True)
kwargs.setdefault("OnlineMode", False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment