Skip to content

Fix warnings about deprecated code

Florian Uhlig requested to merge f.uhlig/cbmroot:fix_deprecated_code into master

With FairRoot v18.8 the functions GetOutputFile() and SetOutputFile() are deprecated instead of using a file sink. Correct user code to create the file sink correctly or to extract the file name from the file sink. Comparisons of results before and after the change showed that the results are absolutely identical.

Merge request reports