AliceO2 icon indicating copy to clipboard operation
AliceO2 copied to clipboard

O2 software project for the ALICE experiment at CERN

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

- this PR is work-in-progress and contains multiple changes related to EMCal cells - the class Cell.h which was used for CTF decoding and encoding was renamed to CellCompressed.h, including...

Many things were implemented here: 1. The BC phase is now calculated from the trigger record bc instead of the event time. 2. Added the BC phase swap as in...

Check the contribution of all active links during the building of a given event defined by {orbit,BC}. The list of (expected) active links to be taken from CCDB or from...

Currently Diamond workflow fails with fatal from FMQ: ``` [FATAL] error while setting up workflow in o2-testworkflows-diamond-workflow: Cannot update configuration. Socket method (bind/connect) for channel metric-feedback[0] not specified. ```

This patch series does the following: 1. reusing fit values from the previous slot 2. pulling the initial fit values from the ccdb if there was any which is still...

Responsibility to access services is now moved to the newly introduced ServiceRegistryRef. This will cache the information about the current stream / thread (and in the future the multiplexed DataProcessor)...