Fix repetitions and ROOT memory cleanup interference
Three things were broken and are now fixed:
- In case of async I/O repetitions were happening both over files and on the GPU; fixed to be only over files.
- ROOT memory management was deleting histograms when files are closed.
This has been disabled for histograms and cannot be avoided for the
TTree
inKalmanChecker
. - The binary built at configure to auto-detect the CUDA arch was not building