Skip to content

Commit

Permalink
docs: Tracking in a nutshell (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Sep 15, 2022
1 parent 4ad5016 commit 6b97a09
Show file tree
Hide file tree
Showing 34 changed files with 1,079 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
smartquotes = True
numfig = True

myst_enable_extensions = ["dollarmath", "colon_fence"]
myst_enable_extensions = ["dollarmath", "colon_fence", "amsmath"]
myst_heading_anchors = 3

# -- Options for HTML output --------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions docs/core/clustering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(clustering_core)=
# Clustering

:::{note}
This is a stub!
:::
2 changes: 2 additions & 0 deletions docs/core/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ tools related to one particular subject, i.e. experiment geometry or vertexing.
magnetic_field
material
propagation
clustering
spacepoint_formation
seeding
track_fitting
track_finding
Expand Down
5 changes: 5 additions & 0 deletions docs/core/eventdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This section is largely **outdated** and will be replaced in the future.

## Track parametrization

:::{tip}
An introduction to track parametrization concepts can be found in
[](track_parametrization).
:::

A trajectory in a magnetic field is generally parameterized by a set of at least
five parameters (when being bound to a surface). Two different categories are
used in Acts: so-called bound parameters, i.e. parameter bound to a surface and
Expand Down
1 change: 1 addition & 0 deletions docs/core/geometry.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(geometry_impl)=
# Geometry module

The ACTS geometry model is strongly based on the ATLAS Tracking geometry. Its
Expand Down
2 changes: 2 additions & 0 deletions docs/core/material.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _material_core:

Material
========

Expand Down
1 change: 1 addition & 0 deletions docs/core/propagation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(propagation_impl)=
# Propagation and extrapolation

The track propagation is an essential part of track reconstruction. This section describes the high-level classes and concepts used for this task in Acts.
Expand Down
2 changes: 2 additions & 0 deletions docs/core/seeding.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _seeding_core:

Track Seeding
==============

Expand Down
7 changes: 7 additions & 0 deletions docs/core/spacepoint_formation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(spacepoint_formation_core)=

# Spacepoint formation

:::{note}
This is a stub!
:::
8 changes: 8 additions & 0 deletions docs/core/track_finding.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Track Finding

:::{note}
This is a stub!
:::

(ckf_core)=
## Combinatorial Kalman Filter

11 changes: 11 additions & 0 deletions docs/core/track_fitting.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Track Fitting

:::{note}
This is a stub!
:::

(gsf_core)=
## Gaussian Sum Filter

(kf_core)=
## Kalman Filter

5 changes: 5 additions & 0 deletions docs/core/vertexing.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
(vertexing_core)=
# Vertexing

:::{note}
This is a stub!
:::
1 change: 1 addition & 0 deletions docs/figures/tracking/cca.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/figures/tracking/clustering.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/figures/tracking/finding.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/figures/tracking/geometry_detail.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b97a09

Please sign in to comment.