forked from acts-project/acts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split up event data into folder with sub files
- Loading branch information
1 parent
56ca27b
commit 66869d7
Showing
7 changed files
with
40 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Event data | ||
|
||
:::{attention} | ||
This section is **incomplete!** | ||
::: | ||
|
||
:::{toctree} | ||
|
||
parametrization | ||
tracks | ||
measurements | ||
particle_hypothesis | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Measurements | ||
|
||
Measurements exist as *uncalibrated* and *calibrated* types. While | ||
*uncalibrated* measurements are the direct output of the data formation, during | ||
the track fit, when trajectory information (or information about the trajectory | ||
hypothesis) is available, certain calibration steps can help to improve the | ||
track fit quality. | ||
|
||
## Uncalibrated measurements / source links | ||
|
||
|
||
## Calibrated measurements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Track parametrization | ||
|
||
:::{tip} | ||
An introduction to track parametrization concepts can be found in | ||
[](track_parametrization). | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Particle hypothesis | ||
|
||
## Charge type management |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
:::{attention} | ||
This section is **incomplete!** | ||
::: | ||
# Tracks |