Skip to content

Commit bf51222

Browse files
committed
ALICE3: document new pv finder + add missing dependency
1 parent d58d48f commit bf51222

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Detectors/Upgrades/ALICE3/GlobalReconstruction/workflow/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ o2_add_library(ALICE3GlobalReconstructionWorkflow
1818
src/RecoWorkflow.cxx
1919
PUBLIC_LINK_LIBRARIES O2::Framework
2020
O2::CommonConstants
21+
O2::CommonDataFormat
2122
O2::GPUWorkflow
2223
O2::SimConfig
2324
O2::DataFormatsITSMFT

Detectors/Upgrades/ALICE3/GlobalReconstruction/workflow/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ o2-alice3-global-reconstruction-reco-workflow --tracking-from-hits-config config
1919
- `--tracking-from-hits-config <file>`: Path to tracking-from-hits configuration JSON file
2020
- `--tracking-from-clusters-config <file>`: Path to tracking-from-clusters configuration JSON file
2121
- `--gpu-device <id>`: Tracking device type (`1` CPU, `2` CUDA, `3` HIP)
22+
- `--enable-primary-vertexing`: Run the ALICE 3 primary vertex finder on reconstructed TRK tracks
23+
- `--skip-primary-vertexing`: Run the primary vertexing device in pass-through mode
2224
- `-b`: Batch mode (no GUI)
2325
- `--disable-root-output`: Skip writing tracks to ROOT file
2426
- `--help`: Show all available options
@@ -119,6 +121,12 @@ Execute the tracking workflow:
119121
o2-alice3-global-reconstruction-reco-workflow --tracking-from-hits-config config_tracker.json -b
120122
```
121123

124+
To run primary vertexing after tracking:
125+
126+
```bash
127+
o2-alice3-global-reconstruction-reco-workflow --tracking-from-hits-config config_tracker.json --enable-primary-vertexing -b
128+
```
129+
122130
This produces:
123131
- `o2trac_trk.root`: Reconstructed tracks with MC labels
124132

0 commit comments

Comments
 (0)