Skip to content

Commit

Permalink
Add images
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Nov 9, 2023
1 parent d886f0d commit a7b30d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/white_papers.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ pdf_url = "https://github.com/felix-russo/gaussian-track-densities/releases/down
authors = [ "Felix Russo",]
title = "Gaussian Track Densities"
description = "Given the impact parameters $(d_0, z_0, t_0)$ of a track in Perigee parametrization, one can model the probability of the particle passing exactly through a point $(d, z, t)$ using a multivariate Gaussian distribution. In this white paper, we derive the maximum and the width of such a distribution for $d = 0$. This is useful in vertex seed finding, where we only consider the track density along the beam axis. We use the analytical results from this white paper in the unit test of the Acts module AdaptiveGridTrackDensity."

[[white_papers]]
repository = "https://github.com/beomki-yeo/path-correction-term-from-momentum-variation"
slug = "correction-for-transport-jacobian"
pdf_url = "https://github.com/beomki-yeo/path-correction-term-from-momentum-variation/releases/download/v1.0/main.pdf"
pdf_url = "https://github.com/beomki-yeo/path-correction-term-from-momentum-variation/releases/download/v1.0/main.pdf"

[white_papers.metadata]
authors = [ "Beomki Yeo",]
title = "A correction term for transport jacobian from the direction variation"
description = "In the track extension model of ACTS, the covariance of a track is updated for every surface intersection by applying a jacobian matrix, the composition of the coordinate transformation and free space transport. In the derivation of the transport jacobian, it is necessary to consider the path difference coming from the track displacement, which appears as a direction variation term with respect to the path length. \n\n\nThe motivation of this white paper is that the author failed in finding any reference explaining this clearly. (Please let the author know if anyone finds it) There are bunch of references which calculate this term with an ideal helix model, but it is not very useful with the runge-kutta based track extension model. Therefore, in this note, we are deriving the term thoroughly and demonstrate how it is implemented in the source code."
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/white_papers/figures/gaussian-track-densities.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/white_papers/figures/whitepaper-template.png
Loading
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 a7b30d7

Please sign in to comment.