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
f0702de2
Commit
f0702de2
authored
3 years ago
by
Alexander Kiselev
Committed by
christopher dilks
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Intermediate version with CherenkovParticleID and Trajectory in one file
parent
4254c14c
No related branches found
No related tags found
1 merge request
!70
add IRT data model
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+20
-30
20 additions, 30 deletions
eic_data.yaml
with
20 additions
and
30 deletions
eic_data.yaml
+
20
−
30
View file @
f0702de2
...
@@ -200,6 +200,22 @@ components:
...
@@ -200,6 +200,22 @@ components:
-
float pathlength // Pathlength from the origin to this point
-
float pathlength // Pathlength from the origin to this point
-
float pathlengthError // Error on the pathlenght
-
float pathlengthError // Error on the pathlenght
## A point along a trajectory
eic::TrajectoryPoint
:
Members
:
-
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
-
int16_t npe // Overall p.e. count associated with this hypothesis for a given track
-
float weight // The weight associated with this hypothesis (the higher the more probable)
datatypes
:
datatypes
:
## ==========================================================================
## ==========================================================================
...
@@ -269,42 +285,16 @@ datatypes:
...
@@ -269,42 +285,16 @@ datatypes:
"
"
eic::ChargedParticleLocation
:
eic::CherenkovParticleID
:
Description
:
"
EIC
Particle
Location"
Author
:
"
A.
Kiselev,
C.
Dilks"
Members
:
-
eic::Index ID // Unique index
-
eic::VectorXYZ p // Momentum vector [GeV]
-
eic::VectorXYZ v // 3D location [mm]
-
float t // Time [ns]
eic::ChargedParticleTrajectory
:
Description
:
"
EIC
Charged
Particle
Trajectory"
Author
:
"
A.
Kiselev,
C.
Dilks"
Members
:
-
eic::Index ID // Unique index
-
std::array<eic::Index, 10> location // (Up to 10, let's be generous) particle locations, ordered in time
-
eic::Index recID // Index of the associated ReconstructedParticle particle, if any
eic::CherenkovMassHypothesis
:
Description
:
"
Cherenkov
detector
PID
mass
hypothesis"
Author
:
"
A.
Kiselev,
C.
Dilks"
Members
:
-
eic::Index ID // Unique entry ID
-
int32_t pdg // PDG code
-
int16_t npe // Overall p.e. count associated with this hypothesis for a given track
-
float weight // The weight associated with this hypothesis (the higher the more probable)
eic::CherenkovPID
:
Description
:
"
Cherenkov
detector
PID"
Description
:
"
Cherenkov
detector
PID"
Author
:
"
A.
Kiselev,
C.
Dilks"
Author
:
"
A.
Kiselev,
C.
Dilks"
Members
:
Members
:
-
eic::Index ID // Unique entry ID
-
eic::Index ID // Unique entry ID
-
std::array<eic::Index, 4> hypothesis// (Up to 4) mass hypotheses (e/pi/K/p)
-
eic::Index recID // Index of the associated ReconstructedParticle particle, if any
-
eic::Index recID // Index of the associated ReconstructedParticle particle, if any
VectorMembers
:
-
eic::CherenkovPdgHypothesis options // Evaluated PDG hypotheses, typically (e/pi/K/p)
## ==========================================================================
## ==========================================================================
## Calorimetry
## Calorimetry
## ==========================================================================
## ==========================================================================
...
...
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