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
12499c6d
Commit
12499c6d
authored
Apr 27, 2021
by
Chao Peng
Browse files
Options
Downloads
Patches
Plain Diff
add imaging cluster data
parent
0cc4e153
Branches
Branches containing commit
No related tags found
1 merge request
!23
add imaging cluster data
Pipeline
#8564
failed
Apr 27, 2021
Stage: config
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+33
-1
33 additions, 1 deletion
eic_data.yaml
with
33 additions
and
1 deletion
eic_data.yaml
+
33
−
1
View file @
12499c6d
...
...
@@ -28,6 +28,12 @@ components :
-
double y // y
-
double z // z
eic::VectorPolar
:
Members
:
-
double r
-
double theta
-
double phi
eic::VectorXYZLocal
:
Members
:
-
double local_x
...
...
@@ -76,6 +82,7 @@ components :
-
float hEnergy
-
int pol
datatypes
:
eic::EventInfo
:
...
...
@@ -325,5 +332,30 @@ datatypes :
OneToManyRelations
:
-
eic::PMTHit hits // The hits that have been included in this cluster
eic::ImagingLayer
:
Description
:
"
Layer
for
Imaging
Calorimeter"
Author
:
"
C.
Peng"
Members
:
-
int nhits // Number of hits
-
float edep // Energy deposit
-
float radius // Shower radius
-
float skewness // Skewness of hits distribution
-
float chi2 // Edep chi2
-
float x0cum // estimated radiation length before this layer
-
eic::VectorXYZ position // Global center position.
-
eic::VectorPolar polar // Global center position in polar coordinates
eic::ImagingCluster
:
Description
:
"
Cluster
for
Imaging
Calorimeter"
Author
:
"
C.
Peng"
Members
:
-
float energy // Energy of the cluster.
-
eic::VectorXYZ position // Global position of the cluster.
-
eic::VectorPolar polar // Polar coordinates for global position.
-
float cl_theta // Intrinsic direction of cluster at position - Theta.
-
float cl_phi // Intrinsic direction of cluster at position - Phi.
-
std::array<eic::ImagingLayer, 20> nhits // layer data
OneToManyRelations
:
-
eic::Cluster clusters // The clusters that have been combined to this cluster.
-
eic::CalorimeterHit hits // The hits that have been combined to 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