Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eicd
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
ad94d5cb
Commit
ad94d5cb
authored
3 years ago
by
Chao Peng
Browse files
Options
Downloads
Patches
Plain Diff
add a few data members for imaging cluster/layer/hit
parent
bf1b9c41
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!28
add a few data members for imaging cluster/layer/hit
Pipeline
#10822
passed with stages
Stage: config
Stage: build
Stage: deploy
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+33
-33
33 additions, 33 deletions
eic_data.yaml
with
33 additions
and
33 deletions
eic_data.yaml
+
33
−
33
View file @
ad94d5cb
...
...
@@ -336,49 +336,49 @@ datatypes :
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
-
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 // Cluster id
-
int layerID // Layer id
-
int nhits // Number of hits
-
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
-
int clusterID // Cluster id
-
int layerID // Layer id
-
int nhits // Number of hits
-
double edep // Energy deposit
-
double radius // Shower radius
-
double skewness // Skewness of hits distribution
-
double eta // Pseudorapidity
-
eic::VectorXYZ position // Global center position.
-
eic::VectorPolar polar // Global center position in polar coordinates
OneToManyRelations
:
-
eic::ImagingPixel hits // hits data
-
eic::ImagingPixel hits
// hits data
eic::ImagingCluster
:
Description
:
"
Cluster
for
Imaging
Calorimeter"
Author
:
"
C.
Peng"
Members
:
-
int nhits // Number of hits in this 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.
-
double cl_theta // Intrinsic direction of cluster at position - Theta.
-
double cl_phi // Intrinsic direction of cluster at position - Phi.
-
int nhits // Number of hits in this cluster.
-
double energy // Energy of the cluster.
-
double edep // Energy deposit of the cluster.
-
double radius // Shower radius
-
double skewness // Skewness of hits distribution
-
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.
-
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
-
eic::ImagingPixel hits
// hits data
-
eic::ImagingLayer 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