Skip to content

Ignore seed mismatch

The parameter 'ignore_seed_mismatch' was added to the ROOTObjectReader. If the parameter is set to true a mismatch between the random seed core in the config and the input file is ignored and just a warning is given. If it is false an exception is thrown. The default value is false. The ReadMe of the ROOTObjectReader was updated accordingly.

Merge request reports