Skip to content

JobOptsDumperAlg: Dump the contents of JobOptionsSvc to text file

Walter Lampl requested to merge wlampl/athena:JobOptsDumperAlg into master

This should help debugging new job-options vs old job options. The newly created algorithm runs only at initialize and dumps the job-option catalog to a text file.

Note that Gaudi's JobOptionSvc has acutally a dump-method but I could not get it to work in our setup.

Merge request reports