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
c72f96b1
Commit
c72f96b1
authored
3 years ago
by
Alexander Kiselev
Committed by
christopher dilks
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
CherenkovMassHypothesis and CherenkovPID added
parent
b5450def
Branches
Branches containing commit
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
+13
-2
13 additions, 2 deletions
eic_data.yaml
with
13 additions
and
2 deletions
eic_data.yaml
+
13
−
2
View file @
c72f96b1
...
@@ -268,14 +268,23 @@ datatypes:
...
@@ -268,14 +268,23 @@ datatypes:
bool
isCompound()
const
{return
particles_size()
>
0;}
\n
bool
isCompound()
const
{return
particles_size()
>
0;}
\n
"
"
-
eic::Index pidID // Index of the associated Cherenkov PID, if any
eic::ReconstructedParticleLocation
:
Description
:
"
EIC
Reconstructed
Particle
Location"
Author
:
"
W.
Armstrong,
S.
Joosten"
Members
:
-
eic::Index ID // Unique particle index
-
eic::VectorXYZ p // Momentum vector [GeV]
-
eic::VectorXYZ v // Vertex [mm]
-
eic::Index recID // Index of the associated ReconstructedParticle particle, if any
eic::CherenkovMassHypothesis
:
eic::CherenkovMassHypothesis
:
Description
:
"
Cherenkov
detector
PID
mass
hypothesis"
Description
:
"
Cherenkov
detector
PID
mass
hypothesis"
Author
:
"
A.
Kiselev,
C.
Dilks"
Author
:
"
A.
Kiselev,
C.
Dilks"
Members
:
Members
:
-
eic::Index ID // Unique entry ID
-
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
-
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 mass of the particle in [GeV]
...
@@ -284,7 +293,9 @@ datatypes:
...
@@ -284,7 +293,9 @@ datatypes:
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> hypotheses// (Up to 4) mass hypotheses (e/pi/K/p)
-
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
## ==========================================================================
## ==========================================================================
## 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