File tree Expand file tree Collapse file tree
Detectors/Upgrades/ALICE3/GlobalReconstruction/workflow Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
119121o2-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+
122130This produces:
123131- ` o2trac_trk.root ` : Reconstructed tracks with MC labels
124132
You can’t perform that action at this time.
0 commit comments