Multi-threaded ROOT online monitoring
- For online monitoring, we want to work with our histograms, display them at will, clear them, fit them, store them, whatever, while they are being filled in the background by our monitoring task.
- In our flow of control, say for GUI’s, we don’t need to bother with the Event loop - that’s the background thread.