Skip to content

Commit

Permalink
Merge pull request #3 from mfaggin/mfaggin-fixTrackTunerDoc
Browse files Browse the repository at this point in the history
Fix formatting for track tuner documentation
  • Loading branch information
mfaggin authored Feb 13, 2024
2 parents 38135fd + 81522d5 commit 11d8682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics-usage/HelperTasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ This is not relevant in Pb-Pb collisions.
```note
The `TrackTuner` allows also to smear the `q/pt` if `updateCurvature == true`. At the moment, this is possible only via a constant factor. More realistic strategies can be implemented.
```
The string `trackTunerParams` must follow the format: <variable_name>=<value>|<variable_name>=<value>)" (see the default configuration [here](https://github.com/AliceO2Group/O2Physics/blob/master/Common/TableProducer/trackPropagation.cxx#L62) as reference).
The string `trackTunerParams` must follow the format: `<variable_name>=<value>|<variable_name>=<value>` (see the default configuration [here](https://github.com/AliceO2Group/O2Physics/blob/master/Common/TableProducer/trackPropagation.cxx#L62) as reference).
The dcaXY, dcaZ parametrization currently available are the following:
Expand Down

0 comments on commit 11d8682

Please sign in to comment.