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
!27
remove BaseHit, using ImagingPixel as the basic hit member
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove BaseHit, using ImagingPixel as the basic hit member
update_imaging_data
into
master
Overview
0
Commits
3
Pipelines
3
Changes
1
Merged
Chao Peng
requested to merge
update_imaging_data
into
master
4 years ago
Overview
0
Commits
3
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
8e358908
4 years ago
version 1
e50c3e1b
4 years ago
master (base)
and
latest version
latest version
1b18ca5f
3 commits,
4 years ago
version 2
8e358908
2 commits,
4 years ago
version 1
e50c3e1b
1 commit,
4 years ago
1 file
+
32
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eic_data.yaml
+
32
−
20
Options
@@ -72,13 +72,6 @@ components :
-
double cell_y
-
double cell_z
eic::BaseHit
:
Members
:
-
double x
-
double y
-
double z
-
double E
eic::ElectronBeam
:
Members
:
-
float eEnergy
@@ -339,34 +332,53 @@ datatypes :
OneToManyRelations
:
-
eic::PMTHit hits // The hits that have been included in this cluster
eic::ImagingPixel
:
Description
:
"
Pixel
for
Imaging
Calorimeter"
Author
:
"
C.
Peng"
Members
:
-
int clusterID // Cluster id
-
int layerID // Layer id
-
int sectorID // Sector id
-
int hitID // Hit id
-
double edep // Energy deposition
-
double time // Timestamp
-
double eta // Pseudorapidity
-
eic::VectorXYZLocal local // Local position in its sector
-
eic::VectorXYZ position // Global position
-
eic::VectorPolar polar // Global position in polar coordinates
eic::ImagingLayer
:
Description
:
"
Layer
for
Imaging
Calorimeter"
Author
:
"
C.
Peng"
Members
:
-
int clusterID //
c
luster id
-
int layerID //
l
ayer id
-
int clusterID //
C
luster id
-
int layerID //
L
ayer id
-
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
-
double edep // Energy deposit
-
double radius // Shower radius
-
double skewness // Skewness of hits distribution
-
double chi2 // Edep chi2
-
double x0cum // Estimated radiation length before this layer
-
double eta // Pseudorapidity
-
eic::VectorXYZ position // Global center position.
-
eic::VectorPolar polar // Global center position in polar coordinates
-
std::array<eic::BaseHit, 100> hits // hits data
OneToManyRelations
:
-
eic::ImagingPixel hits // hits data
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
-
double energy // Energy of the cluster.
-
double edep // Energy deposit of the cluster.
-
double leakcorr // Leakage correction to the cluster
-
double eta // Pseudorapidity
-
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.
-
double
cl_theta // Intrinsic direction of cluster at position - Theta.
-
double
cl_phi // Intrinsic direction of cluster at position - Phi.
OneToManyRelations
:
-
eic::ImagingPixel hits // hits data
-
eic::ImagingLayer layers // layer data
Loading