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
35866178
Commit
35866178
authored
3 years ago
by
Alexander Kiselev
Browse files
Options
Downloads
Plain Diff
Merged changes to eic_data.yaml
parents
9d9a64ca
a40222e7
Branches
ayk-00
Branches containing commit
No related tags found
2 merge requests
!64
CherenkovPdgHypothesis change in eic_data.yaml
,
!61
Draft: add CherenkovMassHypothesis and CherenkovPID output structures
Pipeline
#22961
failed
3 years ago
Stage: config
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
eic_data.yaml
+13
-11
13 additions, 11 deletions
eic_data.yaml
eic_data2.yaml
+0
-534
0 additions, 534 deletions
eic_data2.yaml
with
13 additions
and
545 deletions
eic_data.yaml
+
13
−
11
View file @
35866178
...
...
@@ -248,10 +248,13 @@ components:
## A point along a trajectory
eic::TrajectoryPoint
:
Members
:
-
eic::VectorXYZ position // Position of the trajectory point
-
eic::VectorPolar p // 3-momentum at the point (in P, theta, phi)
-
eic::VectorXYZ position // Position of the trajectory point [mm]
-
eic::VectorXYZ p // 3-momentum at the point [GeV]
-
eic::Direction direction // (theta, phi) direction of track at the surface [mrad]
-
float momentum // magnitude of 3-momentum [GeV]
-
float pathlength // Pathlength from the origin to this point
## PID hypothesis from Cherenkov detectors
eic::CherenkovPdgHypothesis
:
Members
:
-
int32_t pdg // PDG code
...
...
@@ -324,7 +327,6 @@ datatypes:
Members
:
-
eic::Index ID // Unique entry ID
-
eic::Index recID // Index of the associated ReconstructedParticle particle, if any
VectorMembers
:
-
eic::CherenkovPdgHypothesis options // Evaluated PDG hypotheses, typically (e/pi/K/p)
...
...
@@ -509,20 +511,20 @@ datatypes:
Members
:
-
eic::Index ID // Unique trajectory ID
-
eic::Index trackID // Corresponding track ID
-
eic::VectorXYZ
momentum
// 3-momentum at the vertex for the trajectory
-
float charge // Charge of particle trajectory
-
eic::VectorXYZ
p
// 3-momentum at the vertex for the trajectory
-
float charge // Charge of
the
particle trajectory
VectorMembers
:
-
eic::TrajectoryPoint points // Points along this trajectory
eic::Track
:
Description
:
"
Particle
Track
"
Description
:
"
Track
information
"
Author
:
"
W.
Armstrong,
S.
Joosten"
Members
:
-
eic::Index ID // Unique track ID.
-
eic::Index parameters // Index for track parameters
-
eic::VectorXYZT momentum // Momentum of vertex [mm]
-
eic::Index ID // Unique track ID, same as the ID in the corresponding TrackParameters
-
eic::VectorXYZ p // Track momementum
-
float charge // Charge of particle trajectory
-
float length // Track length from first to last hit[mm]
-
float TOF // Time of flight from first to last hit [ns]
## ==========================================================================
## Vertexing
...
...
This diff is collapsed.
Click to expand it.
eic_data2.yaml
deleted
100644 → 0
+
0
−
534
View file @
9d9a64ca
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