Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
Allen
Commits
328b2c03
Commit
328b2c03
authored
Jun 28, 2019
by
Vladimir Gligorov
Browse files
Update README.md
parent
8314372d
Pipeline
#959509
passed with stage
in 1 minute and 53 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
cuda/SciFi/README.md
View file @
328b2c03
...
...
@@ -76,48 +76,3 @@
| 0 2 4 6 8 10 12 14 16 18 20 22
**Short introduction in the Forward Tracking algorithm**
The track reconstruction is seperated into several steps:
1) Using only X-hits
1.1) Preselection: collectAllXHits()
1.2) Hough Transformation: xAtRef_SamePlaneHits()
1.3) Cluster search: selectXCandidates()
1.4) Linear and than Cubic Fit of X-Projection
2) Introducing U/V hits or also called stereo hits
2.1) Preselection: collectStereoHits
2.2) Cluster search: selectStereoHits
2.3) Fit Y-Projection
3) Using all (U+V+X) hits
3.1) Fitting X-Projection
3.2) calculating track quality with a Neural Net
3.3) final clone+ghost killing
**This description has been copied from the x86 PrForward code whose history is**
Based on code written by :
2012-03-20 : Olivier Callot
2013-03-15 : Thomas Nikodem
2015-02-13 : Sevda Esen (additional search in the triangles by Marian Stahl)
2016-03-09 : Thomas Nikodem (complete restructuring)
2018-08 : Vava Gligorov (extract code from Rec, make compile within GPU framework)
2018-09 : Dorothea vom Bruch (convert to CUDA, runs on GPU)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment