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
a0867171
Commit
a0867171
authored
3 years ago
by
christopher dilks
Browse files
Options
Downloads
Patches
Plain Diff
eic -> eicd
parent
8f419f99
No related branches found
No related tags found
1 merge request
!70
add IRT data model
Pipeline
#32178
failed
3 years ago
Stage: config
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+5
-5
5 additions, 5 deletions
eic_data.yaml
with
5 additions
and
5 deletions
eic_data.yaml
+
5
−
5
View file @
a0867171
...
...
@@ -201,7 +201,7 @@ components:
-
float pathlengthError // Error on the pathlenght
## PID hypothesis from Cherenkov detectors
eic::CherenkovPdgHypothesis
:
eic
d
::CherenkovPdgHypothesis
:
Members
:
-
char radiator // Radiator number (0/1/..) in a sequence of the IRTAlgorithm configuration file
-
int32_t pdg // PDG code
...
...
@@ -209,7 +209,7 @@ components:
-
float weight // The weight associated with this hypothesis (the higher the more probable)
## Cherenkov angle measurement for a given radiator
eic::CherenkovThetaAngleMeasurement
:
eic
d
::CherenkovThetaAngleMeasurement
:
Members
:
-
char radiator // Radiator number (0/1/..) in a sequence of the IRTAlgorithm configuration file
-
float npe // Overall p.e. count associated with this estimate
...
...
@@ -285,12 +285,12 @@ datatypes:
bool
isCompound()
const
{return
particles_size()
>
0;}
\n
"
eic::CherenkovParticleID
:
eic
d
::CherenkovParticleID
:
Description
:
"
Cherenkov
detector
PID"
Author
:
"
A.
Kiselev,
C.
Dilks"
VectorMembers
:
-
eic::CherenkovPdgHypothesis options // Evaluated PDG hypotheses, typically (e/pi/K/p)
-
eic::CherenkovThetaAngleMeasurement angles // Evaluated Cherenkov angles for different radiators
-
eic
d
::CherenkovPdgHypothesis options // Evaluated PDG hypotheses, typically (e/pi/K/p)
-
eic
d
::CherenkovThetaAngleMeasurement angles // Evaluated Cherenkov angles for different radiators
OneToOneRelations
:
## @TODO: should it be one-to-one?
-
eicd::ReconstructedParticle associatedParticle // associated reconstructed particle
...
...
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