Skip to content
Snippets Groups Projects
Commit 8bc52cac authored by John Derek Chapman's avatar John Derek Chapman Committed by Edward Moyse
Browse files

Update legacy ATLFAST3F_G4MS configuration (ATLASSIM-6935)

Tweak for legacy ATLFAST3F_G4MS configuration in order to make the output agree with CA (ATLASSIM-6935)
parent 9676364e
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def generate_mergeable_collection_name(bare_collection_name,
merger_input_collections = getattr(collection_merger,
input_attribute_name)
merger_input_collections.append(mergeable_collection)
merger_input_collections.sort()
merger_input_collections.sort(reverse=ISF_Flags.Simulator.usesFatras()) # temporary workaround
elif athenaCommonFlags.DoFullChain() and DetFlags.pileup.any_on():
mergeable_collection = hardscatterSG+bare_collection_name
else:
......
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