Skip to content
Snippets Groups Projects
Commit a4cf8500 authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'avoid-alg-name-collision' into 'master'

Use this default name to avoid name collisions with MCTruthAndBkgCatAlg during application configuration

See merge request !1003
parents 0fe3f3d1 cf0ee67f
No related branches found
No related tags found
1 merge request!1003Use this default name to avoid name collisions with MCTruthAndBkgCatAlg during application configuration
Pipeline #6030181 passed
......@@ -119,7 +119,7 @@ class MCTruthAndBkgCat:
)
self.mctruth = MCTruthAndBkgCatAlg(
name="MCTruthAndBkgCatAlg" if not name else name,
name="MCTruthAndBkgCatAlg_{hash}" if not name else name,
Input=input_particles,
FilterMCP=filter_mcp,
DaVinciSmartAssociator=dv_assc,
......
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