Skip to content

Commit 973b633

Browse files
authored
fix MegaLinter
1 parent 9329a62 commit 973b633

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
@@ -764,7 +764,7 @@ The smearing is done on the `y`, `z` parameters of each reconstructed track in M
764764
The performance of such parameters is evaluated vs. global-track pt and stored into `.root` files, which can be read from CCDB at runtime.
765765
766766
An instance of the `TrackTuner` class is present as data-member in the `trackPropagation` workflow, and it can be enabled via
767-
```
767+
```c++
768768
Configurable<bool> useTrackTuner{"useTrackTuner", false, "Apply Improver/DCA corrections to MC"};
769769
```
770770
```note

0 commit comments

Comments
 (0)