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
562ec48e
Commit
562ec48e
authored
3 years ago
by
Alexander Kiselev
Committed by
christopher dilks
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
First iteration of Cherenkov PID structures
parent
b9711268
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+18
-0
18 additions, 0 deletions
eic_data.yaml
with
18 additions
and
0 deletions
eic_data.yaml
+
18
−
0
View file @
562ec48e
...
@@ -313,6 +313,24 @@ datatypes:
...
@@ -313,6 +313,24 @@ datatypes:
-
eic::Index tofID // Index of the associated TOF info, if any
-
eic::Index tofID // Index of the associated TOF info, if any
-
eic::Index mcID // Index of the associated MC particle, if any
-
eic::Index mcID // Index of the associated MC particle, if any
-
eic::Index pidID // Index of the associated Cherenkov PID, if any
eic::CherenkovMassHypothesis
:
Description
:
"
Cherenkov
detector
PID
mass
hypothesis"
Author
:
"
A.
Kiselev,
C.
Dilks"
Members
:
-
eic::Index ID // Unique entry ID
-
int16_t npe // Overall p.e. count associated with this hypothesis for a given track
-
float weight // The mass of the particle in [GeV]
eic::CherenkovPID
:
Description
:
"
Cherenkov
detector
PID"
Author
:
"
A.
Kiselev,
C.
Dilks"
Members
:
-
eic::Index ID // Unique entry ID
-
std::array<eic::Index, 4> hypotheses// (Up to 4) mass hypotheses (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