Skip to content

Make InclusiveTrackFilterTool random number reproducible

Jonathan Long requested to merge longjon/athena:LRTFilter_reproducibility into main

Setting the seed to a non-zero number so that the results are reproducible when re-running. A seed of 0 for TRandom3 uses roughly the current system time to set the seed.

cc: @jburzyns

Edited by Jonathan Long

Merge request reports