Skip to content

Fix final output selection names for some lines

Rosen Matev requested to merge rmatev-fix-outputselnames into master

Fix final output selection name for some Hlt1VeloClosing and Hlt1LowMult lines. This gets rid of the warnings:

# WARNING: Line 'VeloClosingEnhanced' has a final output selection named 'VeloClosingEnhancedFilter' -- this does not match the rules, TISTOS will not work for this line!
# WARNING: Line 'VeloClosingPV' has a final output selection named 'Hlt1VeloClosingPVFilter' -- this does not match the rules, TISTOS will not work for this line!
# WARNING: Line 'LowMultHerschel' has a final output selection named 'Hlt1LowMultDecision' -- this does not match the rules, TISTOS will not work for this line!
# WARNING: Line 'LowMultMaxVeloAndHerschel' has a final output selection named 'Hlt1LowMultMaxVeloCutAndHerschelDecision' -- this does not match the rules, TISTOS will not work for this line!

Merge request reports