Skip to content

Tags: dedx/AliceO2

Tags

epn-20220712

Toggle epn-20220712's commit message
Change the RhoZ side view to ZY

nightly-20220711

Toggle nightly-20220711's commit message
Reduce InfoLogger severity

epn-20220711

Toggle epn-20220711's commit message
Reduce InfoLogger severity

epn-20220710

Toggle epn-20220710's commit message
DPL Analysis: add compatibility with old clang versions

nightly-20220709

Toggle nightly-20220709's commit message
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

epn-20220709

Toggle epn-20220709's commit message
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

nightly-20220708

Toggle nightly-20220708's commit message
fix in getXatLabR for straight tracks

epn-20220707

Toggle epn-20220707's commit message
Change delay between FET data and calib data to cope with the modifie…

…d global delay

nightly-20220707

Toggle nightly-20220707's commit message
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.