Skip to content

WIP: YA template fix

Marco Corvo requested to merge corvo/LHCbDIRAC:YATemplateFix into master

Current RecoStripping template didn't take into account the presence of a second (DQ) step. Now the template solves the problem with a line like:

pr.outputVisFlag = [{str(i+1):recoOutputVisFlag} for i in xrange(len(pr.stepsInProds[0]))]

giving the same visibility to all the steps in the production. This is a hot fix to have a working template, but the management of the visibility must be improved (much like MC where the prod manager can set the visibility of the output files step by step)

Merge request reports