Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
bd2220f
GPU/TPC: Add vectorised CPU version of tail filter (#15589)
fweig Jul 16, 2026
19d24d5
Make maximum number of electrons per step a configurable
wiechula Jul 15, 2026
56f1193
TPC addHits: remove short type limitation
sawenzel Jul 16, 2026
7d9a516
Fix for Loopers identified as primaries
jackal1-66 Jul 15, 2026
6ac7a7a
Properly discard ITS hits preceding readout start (#15601)
shahor02 Jul 17, 2026
f5f2e14
Fix compiler warning
davidrohr Jul 14, 2026
7dc1b63
GPU Standalone Display: Switch to Qt6
davidrohr Jul 14, 2026
79391f4
Propagate PV MCLabel to extended PV in the trackingStudy
shahor02 Jul 17, 2026
1765380
TPC: add ITS-TPC combined-momentum sampling trigger (#15599)
miranov25 Jul 18, 2026
9e7582f
Improve TrackParCov covmat conversion to&from Lab Covariance (#15612)
shahor02 Jul 20, 2026
775528b
Fix x-axis related error treatments (#15610)
shahor02 Jul 20, 2026
656fd89
Properly discard Alice3 TRK hits preceding RO start (#15606)
shahor02 Jul 20, 2026
fce05cf
[ALICE3] added segmentation to the particle propagation in TOF3 (#15591)
GiorgioAlbertoLucia Jul 20, 2026
335e4b5
DPL Analysis: extract concepts definitions from headers (#15590)
aalkin Jul 21, 2026
3ce995c
Bump actions/setup-python from 6 to 7 (#15614)
dependabot[bot] Jul 21, 2026
e92d880
GPU: Improve some debug messages (#15611)
davidrohr Jul 21, 2026
8148d9c
Update and add optimal parameters for several GPU architectures
cima22 Jun 16, 2026
91307a4
Latest v3b.1 RICH geometry with quadrants, modules and shielding (#15…
NNicassio99 Jul 21, 2026
7e06656
Drop Current Refactoring github workflow (#15617)
ktf Jul 21, 2026
7fb5f59
DPL: add allocator to forward a fair::mq::Message payload by shallow …
ehellbar Jul 22, 2026
31f5f10
DPL: add discard support for LifetimeHolder (#15592)
autumn-mck Jul 22, 2026
9caae96
Fix wrong parameters injected in SimFieldUtils
jackal1-66 Jul 21, 2026
e6152d7
Created group labels for randomisation + added protection on non-inte…
jackal1-66 Jul 14, 2026
94e1eec
DPL Analysis: avoid Arrow's Slice API (#15613)
aalkin Jul 22, 2026
2121de3
Data model fix: avoid classifying TPC loopers as physical primary (#1…
ddobrigk Jul 22, 2026
06158ba
[ALICE3] Remove ACTS tracker from CMakeLists until there (#15622)
njacazio Jul 22, 2026
7f4b3dd
DPL Analysis: cddb tables using FairMQ side channel metadata (#15516)
aalkin Jul 23, 2026
f8a99bf
Drop unused / obsolete include (#15629)
ktf Jul 23, 2026
2a2edee
Increase LUT table size and make it configurable (#15630)
davidrohr Jul 23, 2026
a78221e
TPC TimeSeries: propagate min-momentum, min-cluster, max-tgl to workf…
miranov25 Jul 23, 2026
5a8b038
GPU: Fix CUDA/HIP API incompatibility with new ROCm
davidrohr Jul 21, 2026
227fd40
GPU CMake: Improve ROCm path detection
davidrohr Jul 21, 2026
cb6266d
Fix linkDefs (needed for ROOT 6.40)
davidrohr Jul 23, 2026
1709369
Fix includes for ROOT 6.40 (missing in cxx, and can no longer forward…
davidrohr Jul 23, 2026
10eb61e
Do not use deprecated ROOT interfaces
davidrohr Jul 23, 2026
51d8507
Add geometrical TPC protection against misfired loopers (#15621)
jackal1-66 Jul 24, 2026
9a3938a
remove overlaps in OTOF staves (#15633)
maciacco Jul 25, 2026
2bd5701
GPU Workflow: Fix possible deadlock when stopping without receiving E…
davidrohr Jul 24, 2026
68019b1
GPU Workflow: Fix API usage of fairmq message
davidrohr Jul 24, 2026
980546b
move OT barrel service 'disk' z from 132 to 142 cm to have space for …
altsybee Jul 27, 2026
233cc2e
Do not request unused Propagator<double> (#15638)
shahor02 Jul 27, 2026
4e94192
[ALICE3] TF3: approaching TF3 ASIC: use 8-chip modules + update chip …
maciacco Jul 28, 2026
2d7c731
Propagate bulk read errors (#15624)
autumn-mck Jul 28, 2026
b6647b4
Fix in Propagator::initFieldFromGRP (#15637)
shahor02 Jul 28, 2026
0de4119
TPC: Adding macros to create correction maps on the Grid (#15644)
matthias-kleiner Jul 28, 2026
c226ccb
Use fastAtan2 with protection against radial tracks (#15642)
shahor02 Jul 28, 2026
792c0d0
Multi-threaded material budget LUT creation
Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 0 additions & 84 deletions .github/workflows/code-transformations.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/datamodel-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git checkout -B auto-datamodel-doc

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: 3.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Set up Python 3.10
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.10'
- uses: actions/cache@v5
Expand Down
2 changes: 1 addition & 1 deletion CCDB/include/CCDB/CcdbApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class TJAlienCredentials;
#include "CCDB/CCDBDownloader.h"

class TFile;
class TGrid;
#include <TGrid.h>

namespace o2
{
Expand Down
Loading
Loading