Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eicd
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
eicd
Commits
a49df255
Commit
a49df255
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Traj and tracks
parent
277efaf5
No related branches found
No related tags found
1 merge request
!50
Traj and tracks
Pipeline
#18830
failed
3 years ago
Stage: config
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+29
-3
29 additions, 3 deletions
eic_data.yaml
with
29 additions
and
3 deletions
eic_data.yaml
+
29
−
3
View file @
a49df255
...
...
@@ -35,6 +35,7 @@ components:
ExtraCode
:
declaration
:
"
Index()
:
source{0},
value{-1}
{}
\n
Index(int32_t
id)
:
value{id},
source{0}
{}
\n
Index(int32_t
id,
int32_t
src)
:
value{id},
source{src}
{}
\n
Index(Index
rhs,
int32_t
new_src)
:
Index(rhs.value,
new_src)
{}
\n
bool
empty()
const
{return
value
<
0;}
\n
...
...
@@ -465,11 +466,13 @@ datatypes:
## members we'll need to communicate
## eic::ProtoTrack:
## Description: "Proto track info"
## Author: "S. Joosten"
## Author: "
W. Armstrong,
S. Joosten"
## Members:
## eic::Index
hitID
// Unique
hit
identifier
## eic::Index
track
ID //
link to the associated track
## eic::Index
ID
// Unique identifier
## eic::Index
seed
ID
//
Index of corresponding initial track parameters
## eic::Weight weight // prototrack weight, in case we share pixels [0-1]
## VectorMembers:
## int32_t hits // tracker hit indicies
eic::TrackParameters
:
Description
:
"
ACTS
Bound
Track
parameters"
...
...
@@ -484,6 +487,29 @@ datatypes:
-
float qOverPError // error on qOverP
-
float time // track time [ns]
-
float timeError // error on the time
-
float charge // assumed track charge, units of [e]
eic::Trajectory
:
Description
:
"
Trajectory"
Author
:
"
W.
Armstrong,
S.
Joosten"
Members
:
-
eic::Index ID // unique ID for this trajectory
-
eic::Index protoTrackID // proto track index
-
eic::Index parameters // index for track parameters
-
eic::VectorXYZT momentum // postion of vertex [mm]
-
float length // track length from first to last hit[mm]
-
float charge // charge of particle trajectory
-
float TOF // time of flight from first to last hit [ns]
eic::Track
:
Description
:
"
Particle
Track"
Author
:
"
W.
Armstrong,
S.
Joosten"
Members
:
-
eic::Index ID // unique ID for this track
-
eic::Index parameters // index for track parameters
-
eic::VectorXYZT momentum // momentum of vertex [mm]
## ==========================================================================
## Vertexing
...
...
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
register
or
sign in
to comment