Skip to content

Update RICH packages in future

Christopher Rob Jones requested to merge RichFuture into future

Just small changes. The main one is I turn off the GSL interpolator accelerators in Rich/RichDet. This makes them thread safe at the expense of a small performance hit (quite modest, according to valgrind). Longer term I suspect I can do better writing my own interpolator, based on the one I have for log(exp(x)-1) in the Global PID packages.

Merge request reports