Change IBeamIntensity API to take run and event number explicitly
Compare changes
Files
15
Control/CxxUtils/CxxUtils/FastReseededPRNG.h
0 → 100644
+ 52
− 0
StepArrayBM
and ArrayBM
now use ContextSpecificData
for the t0 offset. SlotSpecificObj
is not used because this also needs to work when there is no valid contextArrayBM
now has a Seed
property. If this is set to a non-zero value, it uses FastReseededPRNG
seeded with this value and the run and event number instead of the AthRNGSvc
FastReseededPRNG
has been added to CxxUtils
. For now xxhash
is vendored, until it can be added to externals or the LCG release