Skip to content

Commit

Permalink
fix MegaLinter
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaggin authored Jan 26, 2024
1 parent 9329a62 commit 973b633
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 @@ -764,7 +764,7 @@ The smearing is done on the `y`, `z` parameters of each reconstructed track in M
The performance of such parameters is evaluated vs. global-track pt and stored into `.root` files, which can be read from CCDB at runtime.
An instance of the `TrackTuner` class is present as data-member in the `trackPropagation` workflow, and it can be enabled via
```
```c++
Configurable<bool> useTrackTuner{"useTrackTuner", false, "Apply Improver/DCA corrections to MC"};
```
```note
Expand Down

0 comments on commit 973b633

Please sign in to comment.