Skip to content

AnalysisTop: Allow \# and newline char in MC generator weight names in config

Some very special weight names from MadGraph can contain whole configuration statements that include characters such as # and \n. This MR adds support for those in the AnalysisTop configuration when specifying nominal weight name.

In addition, because # is used as comment character in AT configuration files, this MR adds support for proper parsing of escaped hash \#

Fixes ANALYSISTO-936

Edited by Oliver Majersky

Merge request reports