Skip to content

WIP: TRT Digitization reproducibility in master

Current status is that a TRT_Digitization job run in Athena and AthenaMT will produce the same output.
It still relies on some random number usage during the first event, which means that the output for the nth (n>1) event in a job will differ if you skip to that event or run the whole job. Fixing this requires some way of seeding random number streams which is independent of the EventContext.

Edited by John Derek Chapman

Merge request reports