Tags: dedx/AliceO2
Tags
TPC digit: some optimisation for PadRegion calculations The "findPad" function is called billions of times in digitization and amounts to ~10% of time according to valgrind. It therefore makes sense to optimise this a bit: a) avoid divisions in favour of faster multiplications b) avoid calling a non-inlined wrapper of the findPad function
TPC digit: some optimisation for PadRegion calculations The "findPad" function is called billions of times in digitization and amounts to ~10% of time according to valgrind. It therefore makes sense to optimise this a bit: a) avoid divisions in favour of faster multiplications b) avoid calling a non-inlined wrapper of the findPad function
Change delay between FET data and calib data to cope with the modifie… …d global delay
DPL GUI: prepare ancillary classes to enable remote GUI * Allow CORS connection on the websocket * Setup the remote GUI if a non DPL connection on the websocket port happens. * Invoke pollGUIPostRender and protect against empty frames in the beginning.
PreviousNext