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
!25
replace relations to hits with raw data
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
replace relations to hits with raw data
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
fe22b438
1 commit,
4 years ago
1 file
+
16
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eic_data.yaml
+
16
−
10
Options
@@ -72,6 +72,13 @@ components :
-
double cell_y
-
double cell_z
eic::BaseHit
:
Members
:
-
double x
-
double y
-
double z
-
double E
eic::ElectronBeam
:
Members
:
-
float eEnergy
@@ -336,16 +343,15 @@ datatypes :
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
OneToManyRelations
:
-
eic::CalorimeterHit hits // Hits belong to this layer
-
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
-
std::array<eic::BaseHit, 100> hits // hits x data
eic::ImagingCluster
:
Description
:
"
Cluster
for
Imaging
Calorimeter"
Loading