Skip to content
Snippets Groups Projects
Commit b3a49f2f authored by Tomasz Bold's avatar Tomasz Bold
Browse files

Fixed Input Maker name in emulation tests

parent a56c2413
No related merge requests found
Pipeline #996905 passed with stage
in 0 seconds
......@@ -21,7 +21,7 @@ def InputMakerForFeatureAlg(name):
#generalize
def makeSequence(ConfigFlags, name,step, signature):
IM= InputMakerForFeatureAlg(name=signature+"InputMaker"+name+"Step"+step)
IM= InputMakerForFeatureAlg(name="IM"+signature+name+"Step"+step)
IM.Output=name+signature+"IM"+step+"_out"
if "el" in signature:
Alg = CaloClustering(name="CaloClustering"+name+"Step"+step, FileName="emclusters.dat")
......
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