Skip to content

Speed up TGC raw monitoring

Optimize fill calls significantly. Also remove a lot of unnecessary .clear() calls (the vector memory will be released anyway when the vectors go out of scope); this fixes the incorrect filling of several plots which had their input data cleared before the fill().

Merge request reports