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
Merge requests
!24
update imaging cluster data
代码
评审变更
检出分支
下载
补丁
文本差异
展开侧边栏
Merged
update imaging cluster data
imaging_cluster
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
update imaging cluster data
Chao Peng
requested to merge
imaging_cluster
into
master
Apr 27, 2021
Overview
0
Commits
2
Pipelines
2
Changes
1
0
0
Merge request reports
Compare
master
version 1
8f4f9e0c
Apr 27, 2021
master (base)
and
latest version
latest version
e814b6b0
2 commits,
Apr 27, 2021
version 1
8f4f9e0c
1 commit,
Apr 27, 2021
1 file
+
6
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eic_data.yaml
+
6
−
4
View file @ e814b6b0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
Loading