BeamEffects: thread-checker fixes
- mark
RNGWrapper
as thread-safe - avoid using global variable in unit test
- use local static counter in
VertexPositionFromFile
instead ofmutable
Edited by Frank Winklmeier
RNGWrapper
as thread-safeVertexPositionFromFile
instead of mutable