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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
eicd
Commits
11bb3b71
Commit
11bb3b71
authored
Oct 27, 2021
by
Alexander Kiselev
Committed by
christopher dilks
Oct 29, 2021
Browse files
Options
Downloads
Patches
Plain Diff
ChargedParticleLocation and ChargedParticleTrajectory placeholders
parent
47fd6ee2
No related branches found
No related tags found
4 merge requests
!66
Draft: Tof pid plugin
,
!65
Resolve: add IRT output data structures
,
!64
CherenkovPdgHypothesis change in eic_data.yaml
,
!61
Draft: add CherenkovMassHypothesis and CherenkovPID output structures
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+14
-6
14 additions, 6 deletions
eic_data.yaml
with
14 additions
and
6 deletions
eic_data.yaml
+
14
−
6
View file @
11bb3b71
...
...
@@ -314,13 +314,21 @@ datatypes:
-
eic::Index mcID // Index of the associated MC particle, if any
eic::
Reconstruct
edParticleLocation
:
Description
:
"
EIC
Reconstructed
Particle
Location"
Author
:
"
W
.
Armstrong
,
S
.
Joosten
"
eic::
Charg
edParticleLocation
:
Description
:
"
EIC
Particle
Location"
Author
:
"
A
.
Kiselev
,
C
.
Dilks
"
Members
:
-
eic::Index ID // Unique
particle
index
-
eic::Index ID // Unique index
-
eic::VectorXYZ p // Momentum vector [GeV]
-
eic::VectorXYZ v // Vertex [mm]
-
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
...
...
@@ -331,7 +339,7 @@ datatypes:
-
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
mass of the particle in [GeV]
-
float weight // The
weight associated with this hypothesis (the higher the more probable)
eic::CherenkovPID
:
Description
:
"
Cherenkov
detector
PID"
...
...
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