Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Guide To Tracking
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
EIC
documentation
Guide To Tracking
Commits
8fbab9b2
Commit
8fbab9b2
authored
Aug 24, 2021
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: README.md
parent
e5f43806
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-2
7 additions, 2 deletions
README.md
with
7 additions
and
2 deletions
README.md
+
7
−
2
View file @
8fbab9b2
...
...
@@ -113,6 +113,8 @@ Artifacts can be browsed via the web interface, for example, the latest in recon
#### ACTS References:
-
[
ACTS Tracking for HEP Workshop - May 25 - 29, 2020
](
https://indico.cern.ch/event/917970/timetable/?view=standard_inline_minutes
)
#### The ACTS way of tracking
First, the geometry has to be constructed. Currently the ACTS geometry is constructed and tested as part of the athena pipeline.
...
...
@@ -125,8 +127,8 @@ Assuming this is already done, we describe the data processing.
##### Source Links and Measurements
```
Tracker
Hit + Geometry --> Measurement
Hit CellID + Surface --> Source Link
TrackerHit
object
+ Geometry
information
--> Measurement
Hit CellID
(channel)
+ Surface
object
--> Source Link
```
A
`SourceLinker`
is an algorithm that looks up the surface and maps it to the hit's
`cellID`
.
...
...
@@ -168,7 +170,10 @@ The basic tasks for adding a new algorithm are:
4.
Add to an existing or create a new benchmark in the
`reconstruction_benchmark`
repository.
### Example: `ConformalXYPeakProtoTracks`
Builds proto-tracks based on the conformal mapping in the XY plane of circles to lines.
See
[
the code comments for details
](
https://eicweb.phy.anl.gov/EIC/juggler/-/blob/master/JugTrack/src/components/ConformalXYPeakProtoTracks.cpp#L28
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment