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
Merge requests
!26
Change array of layers to OneToManyRelation between ImagingCluster and ImagingLayer
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Change array of layers to OneToManyRelation between ImagingCluster and ImagingLayer
imaging_cluster
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Chao Peng
requested to merge
imaging_cluster
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3d3c282b
1 commit,
4 years ago
1 file
+
5
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eic_data.yaml
+
5
−
2
Options
@@ -343,6 +343,8 @@ datatypes :
Description
:
"
Layer
for
Imaging
Calorimeter"
Author
:
"
C.
Peng"
Members
:
-
int clusterID // cluster id
-
int layerID // layer id
-
int nhits // Number of hits
-
float edep // Energy deposit
-
float radius // Shower radius
@@ -351,7 +353,7 @@ datatypes :
-
float x0cum // estimated radiation length before this layer
-
eic::VectorXYZ position // Global center position.
-
eic::VectorPolar polar // Global center position in polar coordinates
-
std::array<eic::BaseHit, 100> hits // hits
x
data
-
std::array<eic::BaseHit, 100> hits // hits data
eic::ImagingCluster
:
Description
:
"
Cluster
for
Imaging
Calorimeter"
@@ -365,5 +367,6 @@ datatypes :
-
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> layers // layer data
OneToManyRelations
:
-
eic::ImagingLayer layers // layer data
Loading