AliceO2 icon indicating copy to clipboard operation
AliceO2 copied to clipboard

O2 software project for the ALICE experiment at CERN

Results 192 AliceO2 issues
Sort by recently updated
recently updated
newest added

Always test with address sanitizer a few base classes

@mconcas Adding ITS sensors to parallel world to prioritize navigation of sensitive elements in case of overlapping volumes

This development is related to https://github.com/AliceO2Group/Bookkeeping/blob/mboulais/O2B-1283/create-cxx-client-for-trigger-counters/cxx-client/README.md The first problem I can not solve is how to link bookkeeping-api::BookkeepingApi to my O2 code

Standalone dEdx calculation class is extended: - New subthreshold cluster treatment is added. - Cluster mask is implemented to exclude single, edge, split and subthreshold clusters from dEdx calculation. Also...

Attempt at debugging framework:crash error

Remove unneeded pack_to_tuple_t helper Drop the pack_to_tuple_t helper which is not particularly needed and adds an implicit dependency of "Framework/Pack.h" on .

- added the EMCAL trigger simulation in the Digitizer workflow - added the CTP input digits with the result of the trigger simulation - fixed MB trigger string in CTP...

Relates to - https://github.com/AliceO2Group/AliceO2/pull/12928 1.) DCA for combined tracks is stored relative to (0,0). It can be recalculated using the vertex position, but some precision is lost in this process....