Skip to content
Snippets Groups Projects

Progress in fix of newJO test

Merged Aleksandra Poreba requested to merge aporeba/athena:newJO-test into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -85,7 +85,8 @@ def generateDecisionTree(chains):
if filterAlg:
filterAlg.Input += filter_input
else:
filterAlg = CompFactory.RoRSeqFilter(filterName, Input=filter_input )
filter_output = [ CFNaming.filterOutName(filterName, i) for i in filter_input ]
filterAlg = CompFactory.RoRSeqFilter(filterName, Input=filter_input, Output=filter_output )
filterAcc.addEventAlgo(filterAlg, sequenceName = stepFilterNodeName)
stepReco, stepView = createStepView(chainStep.name)
Loading