Skip to content

Commit 11d8682

Browse files
authored
Merge pull request #3 from mfaggin/mfaggin-fixTrackTunerDoc
Fix formatting for track tuner documentation
2 parents 38135fd + 81522d5 commit 11d8682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics-usage/HelperTasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ This is not relevant in Pb-Pb collisions.
788788
```note
789789
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.
790790
```
791-
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).
791+
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).
792792
793793
794794
The dcaXY, dcaZ parametrization currently available are the following:

0 commit comments

Comments
 (0)