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
62fe8444
Commit
62fe8444
authored
4 years ago
by
Chao Peng
Browse files
Options
Downloads
Plain Diff
Merge branch 'imaging_cluster' into 'master'
update imaging cluster data See merge request
!24
parents
bf6aa56a
e814b6b0
No related branches found
No related tags found
1 merge request
!24
update imaging cluster data
Pipeline
#8621
passed
4 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
+6
-4
6 additions, 4 deletions
eic_data.yaml
with
6 additions
and
4 deletions
eic_data.yaml
+
6
−
4
View file @
62fe8444
...
...
@@ -344,18 +344,20 @@ datatypes :
-
float x0cum // estimated radiation length before this layer
-
eic::VectorXYZ position // Global center position.
-
eic::VectorPolar polar // Global center position in polar coordinates
OneToManyRelations
:
-
eic::CalorimeterHit hits // Hits belong to this layer
eic::ImagingCluster
:
Description
:
"
Cluster
for
Imaging
Calorimeter"
Author
:
"
C.
Peng"
Members
:
-
int nhits // Number of hits in this cluster.
-
float energy // Energy of the cluster.
-
float edep // Energy deposit of the cluster.
-
float leakcorr // Leakage correction to 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.
-
std::array<eic::ImagingLayer, 20> layers // layer data
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