Skip to content

add randomSeed parameter to transport macros, fix it to 1 for the CI tests

Sergey Gorbunov requested to merge se.gorbunov/cbmroot:QASeed into master
  • add the random seed as a parameter to transport macros

  • set it to ==1 for the CI tests.

( when the random seed is !=0, the gRandom generator always produce the same sequence of the pseudo-random numbers based on the seed. It makes the simulation results reproducible )

  • I realized that the digitization run always starts with the same random seed, at least when it runs over the same transported events. So for the digitization the seed is already fixed.
Edited by Sergey Gorbunov

Merge request reports