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
38a44049
Commit
38a44049
authored
Sep 28, 2020
by
Chao Peng
Browse files
Options
Downloads
Patches
Plain Diff
add RICh-related data components
parent
eb79f504
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+28
-0
28 additions, 0 deletions
eic_data.yaml
with
28 additions
and
0 deletions
eic_data.yaml
+
28
−
0
View file @
38a44049
...
@@ -254,3 +254,31 @@ datatypes :
...
@@ -254,3 +254,31 @@ datatypes :
OneToOneRelations
:
OneToOneRelations
:
-
eic::ReconstructedParticle particle // Reconstructed Particle associated to the Vertex.
-
eic::ReconstructedParticle particle // Reconstructed Particle associated to the Vertex.
eic::RawPMTHit
:
Description
:
"
EIC
Raw
PMT
hit"
Author
:
"
C.
Peng"
Members
:
-
long long cellID // The detector specific (geometrical) cell id.
-
float amplitude // PMT signal amplitude
-
float time // PMT signal time
eic::PMTHit
:
Description
:
"
EIC
PMT
hit"
Author
:
"
C.
Peng"
Members
:
-
long long cellID // The detector specific (geometrical) cell id.
-
float npe // estimated number of photo-electrons
-
float time // time
-
eic::VectorXYZ position // PMT hit position
eic::RIChCluster
:
Description
:
"
EIC
RICh
Cluster"
Author
:
"
C.
Peng"
Members
:
-
float theta // opening angle of the ring
-
float radius // radius of the best fit ring
-
float radiusError // estimated error from the fit
-
float npe // number of photo-electrons
OneToManyRelations
:
-
eic::PMTHit hits // The hits that have been included in this cluster
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