From 71fe3d6e58968fedbe36c2ba441f1800f0fe04b6 Mon Sep 17 00:00:00 2001 From: Laura Serksnyte Date: Fri, 7 Feb 2025 15:42:27 +0100 Subject: [PATCH] Fix DCA cut information --- docs/basics-usage/HelperTasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics-usage/HelperTasks.md b/docs/basics-usage/HelperTasks.md index 04681704..f0983345 100644 --- a/docs/basics-usage/HelperTasks.md +++ b/docs/basics-usage/HelperTasks.md @@ -661,7 +661,7 @@ At the moment there are two 'FilterBits' available in the TrackSelection table, | require TPC refit | true | true | | require ITS refit | true | true | | max DCA to vertex z | 2.0 | 2.0 | - | max DCA to vertex xy | 0.0105 * 0.035 / pT1.1 | 0.0105 * 0.035 / pT1.1 | + | max DCA to vertex xy | 0.0105 + 0.035 / pT1.1 | 0.0105 + 0.035 / pT1.1 | | cluster requirement ITS | Run 2 (Run 3): at least one hit in SPD (in 3 innermost ITS layers) [*] | no hit in SPD and hit in first SDD layer | | pT range | 0.1 - 1e10 | 0.1 - 1e10 | | η range | -0.8 - 0.8 | -0.8 - 0.8 |