AliceO2
AliceO2 copied to clipboard
O2 software project for the ALICE experiment at CERN
Add splitPayloadIndex / splitPayloadParts to the default printout --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/AliceO2Group/AliceO2/pull/14911). * #14910 (2 commits) * __->__ #14911 (2...
If one (header, payload, ...) tuple in a MessageSet was to be copied, all the subsequent ones would have been copied. If one (header, payload, ...) tuple got redirected to...
- Define missing special member functions from the rule of five. - Declare move functions `noexcept`. - Move assignment operator for `TableIterator` not defined as it cannot be defaulted.
Tracking bugs in the codebase found by analysis tools. - [GCC](https://github.com/vkucera/AliceO2/wiki/report_gcc) - [Clang-Tidy](https://github.com/vkucera/AliceO2/wiki/report_clang-tidy) - [Cppcheck](https://github.com/vkucera/AliceO2/wiki/report_cppcheck) - [cpplint](https://github.com/vkucera/AliceO2/wiki/report_cpplint) - [Include analyser](https://github.com/vkucera/AliceO2/wiki/report_includes) - [O2 linter](https://github.com/vkucera/AliceO2/wiki/report_o2-linter) - [Unused files](https://github.com/vkucera/AliceO2/wiki/report_unused-files)
Added per region (IROC, OROC1, OROC2, OROC3) relative gas gain to the effective mode of amplification process by simply scaling the outcome of the amplification process. This is done to...
Added per region (IROC, OROC1, OROC2, OROC3) relative gas gain to the effective mode of amplification process by creating different Polya distrbutions per region. This is done to simulate the...
TPC loopers are currently injected via an O2DPG external generator by creating a cocktail. This development feeds them automatically in case the TPC detector is used and transported. A collisioncontext.root...
Namespace gpu_reconstruction_kernels definition was present in the GPUReconstructionProcessing.h and declaration was mentioned GPUReconstruction.h Moved this name definition in the GPUReconstruction.h only.