Skip to content

Commit

Permalink
Merge pull request #289 from lauraser/master
Browse files Browse the repository at this point in the history
Fix DCA cut information
  • Loading branch information
ddobrigk authored Feb 7, 2025
2 parents 23c33a8 + 71fe3d6 commit ca77dd7
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 @@ -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 / p<sub>T</sub><sup>1.1</sup> | 0.0105 * 0.035 / p<sub>T</sub><sup>1.1</sup> |
| max DCA to vertex xy | 0.0105 + 0.035 / p<sub>T</sub><sup>1.1</sup> | 0.0105 + 0.035 / p<sub>T</sub><sup>1.1</sup> |
| 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 |
| p<sub>T</sub> range | 0.1 - 1e10 | 0.1 - 1e10 |
| &eta; range | -0.8 - 0.8 | -0.8 - 0.8 |
Expand Down

0 comments on commit ca77dd7

Please sign in to comment.