Use CLHEP instead of TRandom3 in MM digitization
This MR replaces the usage of TF1
and TRandom3
for random numbers generation in the MM digitization by CLHEP.
Thanks to @alaurier and @skaur for finding a way to get polya distributed random numbers from CLHEP (see !40547 (merged)) which was blocking this development so far.